Package jadex.rules.eca
Class CommandCondition
java.lang.Object
jadex.rules.eca.CommandCondition
- All Implemented Interfaces:
ICondition
Command version of the condition.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe command.Fields inherited from interface jadex.rules.eca.ICondition
FALSE, TRUE, TRUE_CONDITION
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
command
The command.
-
-
Constructor Details
-
CommandCondition
-
-
Method Details
-
evaluate
Description copied from interface:ICondition
Evaluation the condition.- Specified by:
evaluate
in interfaceICondition
- Parameters:
event
- The event.- Returns:
- True, if condition is met (plus additional user data).
-
evaluateResult
-