Package net.simplace.core.jexl
Klasse JexlRuleScript
java.lang.Object
net.simplace.core.jexl.JexlRuleScript
- Alle implementierten Schnittstellen:
org.apache.commons.jexl3.JexlExpression
- Autor:
- lap
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumMode is used for Output Variables to define the way they are generalized if Frequence is no daily step. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic JexlRuleScript.COMPLEXITYanalyseComplexity(String aRule) Analyses a Rule for it's complexity levelcallable(org.apache.commons.jexl3.JexlContext aArg0) debugValues(FWSimVarMap aVarMap) evaluate(org.apache.commons.jexl3.JexlContext aContext) getRule()toString()
-
Methodendetails
-
analyseComplexity
Analyses a Rule for it's complexity level- Parameter:
aRule-- Gibt zurück:
- a
JexlRuleScript.COMPLEXITYlevel
-
evaluate
- Angegeben von:
evaluatein Schnittstelleorg.apache.commons.jexl3.JexlExpression- Parameter:
aContext-- Gibt zurück:
- the result of that Script or Expression execution
-
debugValues
- Parameter:
aContext-- Gibt zurück:
- the result of that Script or Expression execution
-
getComplexity
- Gibt zurück:
- the
JexlRuleScript.COMPLEXITYof thisorUngültige Referenz
ScriptUngültige Referenz
Expression
-
getRule
- Gibt zurück:
- the Rule source of this
or
Ungültige Referenz
ScriptUngültige Referenz
Expression
-
toString
-
getSourceText
- Angegeben von:
getSourceTextin Schnittstelleorg.apache.commons.jexl3.JexlExpression
-
getParsedText
- Angegeben von:
getParsedTextin Schnittstelleorg.apache.commons.jexl3.JexlExpression
-
callable
- Angegeben von:
callablein Schnittstelleorg.apache.commons.jexl3.JexlExpression
-