net.simplace.util.jexl.JexlRuleScript.COMPLEXITY

Mode is used for Output Variables to define the way they are generalized if Frequence is no daily step.


public static final class JexlRuleScript.COMPLEXITY extends java.lang.Enum {

// Constants
public static final JexlRuleScript.COMPLEXITY VALUE;
public static final JexlRuleScript.COMPLEXITY EXPRESSION;
public static final JexlRuleScript.COMPLEXITY SCRIPT;

// Class Methods
public static JexlRuleScript.COMPLEXITY[] values();

public static JexlRuleScript.COMPLEXITY valueOf(String name);



}



Hierarchy: java.lang.Object - java.lang.Enum (java.lang.Comparable, java.io.Serializable) - JexlRuleScript.COMPLEXITY



Passed to: JexlHelper.create()



Returned by: JexlRuleScript.analyseComplexity(), JexlRuleScript.getComplexity(), net.simplace.simulation.util.FWSimVariable.getRuleComplexity(), valueOf(), values()



Type of: EXPRESSION, SCRIPT, VALUE