com.bareflow
Interface IExpression


public interface IExpression

This interface represents an expression that can be evaluated during runtime in the given runtime context. Normally expression is specified using its own expression language syntax.

See Also:
IRuntimeFactory

Method Summary
 java.lang.Object eval(IRuntimeContext ctx)
           
 

Method Detail

eval

java.lang.Object eval(IRuntimeContext ctx)
                      throws BareflowException
Throws:
BareflowException