Class FunctionExpression

java.lang.Object
org.kuali.rice.krms.framework.engine.expression.FunctionExpression
All Implemented Interfaces:
Expression<Object>

public final class FunctionExpression extends Object implements Expression<Object>
An implementation of Expression which invokes a Function with the results of the invocation of the given List of Expressions (of the given ExecutionEnvironment).
Author:
Kuali Rice Team (rice.collab@kuali.org)