Class GuardedAction

java.lang.Object
com.sun.corba.se.impl.orbutil.fsm.GuardedAction

public class GuardedAction extends Object
  • Constructor Details

    • GuardedAction

      public GuardedAction(Action action, State nextState)
    • GuardedAction

      public GuardedAction(Guard guard, Action action, State nextState)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getAction

      public Action getAction()
    • getGuard

      public Guard getGuard()
    • getNextState

      public State getNextState()