org.jbpm.pvm.internal.model
Interface Condition

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExpressionCondition, UserCodeCondition

public interface Condition
extends java.io.Serializable

user code that reflects a runtime calculation of a boolean value. Used for transition guard conditions and transition wait states.

Author:
Tom Baeyens
See Also:
Transition

Method Summary
 boolean evaluate(OpenExecution execution)
          evaluates this condition in the context of the given execution.
 

Method Detail

evaluate

boolean evaluate(OpenExecution execution)
evaluates this condition in the context of the given execution.



Copyright © 2010 JBoss Community. All Rights Reserved.