Package jadex.rules.eca
Class CommandAction.CommandData
java.lang.Object
jadex.rules.eca.CommandAction.CommandData
- Enclosing class:
CommandAction<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCommandData
(IEvent event, IRule<?> rule, Object context, Object condresult) Create a new CommandData. -
Method Summary
-
Field Details
-
event
The event. -
rule
The rule. -
context
The context. -
condresult
The condition result.
-
-
Constructor Details
-
CommandData
Create a new CommandData.
-
-
Method Details
-
getEvent
Get the event.- Returns:
- The event.
-
getRule
Get the rule.- Returns:
- The rule.
-
getContext
Get the context.- Returns:
- The context.
-
getCondresult
Get the condresult.- Returns:
- The condresult.
-