org.enhydra.shark.scripting |
|
Java Source File Name | Type | Comment |
BshEvaluator.java | Class | Implementation of the evaluator interface which evaluates the condition body as a java
expression. |
JavaScriptEvaluator.java | Class | Implementation of the Evaluator interface which evaluates the condition body as a java
script expression. |
PythonEvaluator.java | Class | Implementation of the Evaluator interface which evaluates the conditions body as a
Python expression. |
StandardScriptingManager.java | Class | |