net.simplace.util.jexl.JexlEngine

Overrides the org.apache.commons.jexl2.JexlEngine to create valid variables from ${component.variable} names.


public class JexlEngine extends org.apache.commons.jexl2.JexlEngine {
// Public Constructors
public JexlEngine();


// Class Methods
# public static String performCompatibilityCheck(String aExpression);


returns the changed expression

// Public Instance Methods
public JexlScript create(JexlScript.COMPLEXITY aComplexity, String aRule);


returns the created Script
public JexlScript create(String aRule);


returns the created Script


}



Hierarchy: java.lang.Object - org.apache.commons.jexl2.JexlEngine - JexlEngine



Type of: net.simplace.simulation.control.FWSimulationControlContainer.JEXL_ENGINE