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 SummaryConstructors Constructor Description CommandData(IEvent event, IRule<?> rule, java.lang.Object context, java.lang.Object condresult)Create a new CommandData.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetCondresult()Get the condresult.java.lang.ObjectgetContext()Get the context.IEventgetEvent()Get the event.IRule<?>getRule()Get the rule.
 
- 
- 
- 
Method Detail- 
getEventpublic IEvent getEvent() Get the event.- Returns:
- The event.
 
 - 
getRulepublic IRule<?> getRule() Get the rule.- Returns:
- The rule.
 
 - 
getContextpublic java.lang.Object getContext() Get the context.- Returns:
- The context.
 
 - 
getCondresultpublic java.lang.Object getCondresult() Get the condresult.- Returns:
- The condresult.
 
 
- 
 
-