Interface IAction


  • public interface IAction
    Action to be called when a rule triggers.
    • Method Detail

      • execute

        void execute​(IOAVState state,
                     IVariableAssignments assignments)
        Execute the action on the given state using the given variable assignments.