Package org.biouno.unochoice.model
Interface Script
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractScript
,GroovyScript
,ScriptlerScript
Interface for scripts.
- Since:
- 0.23
- Author:
- Bruno P. Kinoshita
-
Method Summary
-
Method Details
-
eval
Object eval()Evaluates the script.- Returns:
- output of the script
-
eval
Evaluates the script using the given parameters binding parameters.- Parameters:
parameters
- binding parameters- Returns:
- output of the script
-