Class Function

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, Callable, ActionContext

public class Function extends ConstrainableComponent<Function> implements Callable, ActionContext
Represent a RL function In addition to the usual getters and setters for designing the function, there is also isTestEnabled() and test(java.lang.StringBuilder) methods for providing a "Test" button in the UI that when pressed, actually invokes the defined function in a RuleSession and returns the result for the UI to display. See details for each method.
See Also: