org.ow2.bonita.pvm.model
Interface Condition

All Superinterfaces:
java.io.Serializable

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(EventListenerExecution execution)
          evaluates this condition in the context of the given execution.
 

Method Detail

evaluate

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



Copyright © 2009 OW2 Consortium. All Rights Reserved.