Package jadex.rules.eca
Class CommandAction.CommandData
- java.lang.Object
-
- jadex.rules.eca.CommandAction.CommandData
-
- Enclosing class:
- CommandAction<T>
public static class CommandAction.CommandData extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommandData(IEvent event, IRule<?> rule, java.lang.Object context, java.lang.Object condresult)
Create a new CommandData.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getCondresult()
Get the condresult.java.lang.Object
getContext()
Get the context.IEvent
getEvent()
Get the event.IRule<?>
getRule()
Get the rule.
-
-
-
Method Detail
-
getEvent
public IEvent getEvent()
Get the event.- Returns:
- The event.
-
getRule
public IRule<?> getRule()
Get the rule.- Returns:
- The rule.
-
getContext
public java.lang.Object getContext()
Get the context.- Returns:
- The context.
-
getCondresult
public java.lang.Object getCondresult()
Get the condresult.- Returns:
- The condresult.
-
-