com.bareflow
Interface ICondition


public interface ICondition

This interface represents condition that can be evaluated in a runtime context.


Method Summary
 boolean isTrue(IRuntimeContext ctx)
          Returns true if this condition is valid in the given runtime context
 

Method Detail

isTrue

boolean isTrue(IRuntimeContext ctx)
               throws BareflowException
Returns true if this condition is valid in the given runtime context

Parameters:
ctx - runtime context
Throws:
BareflowException - if condition cannot be evaluated