Class CommandAction.CommandData

java.lang.Object
jadex.rules.eca.CommandAction.CommandData
Enclosing class:
CommandAction<T>

public static class CommandAction.CommandData extends Object
  • Field Details

    • event

      protected IEvent event
      The event.
    • rule

      protected IRule<?> rule
      The rule.
    • context

      protected Object context
      The context.
    • condresult

      protected Object condresult
      The condition result.
  • Constructor Details

    • CommandData

      public CommandData(IEvent event, IRule<?> rule, Object context, Object condresult)
      Create a new CommandData.
  • Method Details

    • getEvent

      public IEvent getEvent()
      Get the event.
      Returns:
      The event.
    • getRule

      public IRule<?> getRule()
      Get the rule.
      Returns:
      The rule.
    • getContext

      public Object getContext()
      Get the context.
      Returns:
      The context.
    • getCondresult

      public Object getCondresult()
      Get the condresult.
      Returns:
      The condresult.