Class NormCheckingActionContext


public class NormCheckingActionContext extends ActionContext
  • Constructor Details

  • Method Details

    • doStep

      public void doStep()
      Description copied from class: ActionContext
      Executes the action corresponding to this context. If the action is a script, then this step initializes each of the steps in the script. If the action is a primitive, then it executes that action.
      Overrides:
      doStep in class ActionContext
    • checkViolations

      public boolean checkViolations()