| org.concern.controller.Condition
Condition | public interface Condition extends Node(Code) | | The condition evaluates a separatly statable property of the subject. The pre- and postconditions of
activities and exits are boolean expression over a set of those conditions.
version: $Revision: 881 $ |
Method Summary | |
boolean | eval(S subject) Called during evaluation of a precondition or postcondition of an activity or notify. |
eval | boolean eval(S subject) throws ConditionEvaluationException(Code) | | Called during evaluation of a precondition or postcondition of an activity or notify.
Parameters: subject - the subject true if the condition applies, false otherwise |
|
|