Package org.biouno.unochoice.model
Interface Script
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractScript
,GroovyScript
,ScriptlerScript
public interface Script extends Serializable
Interface for scripts.- Since:
- 0.23
- Author:
- Bruno P. Kinoshita
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
eval()
Evaluates the script.Object
eval(Map<String,String> parameters)
Evaluates the script using the given parameters binding parameters.
-