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 Objecteval()Evaluates the script.Objecteval(Map<String,String> parameters)Evaluates the script using the given parameters binding parameters.
-