Class State.Transition

java.lang.Object
edu.tufts.hrilab.action.state.State.Transition
Enclosing class:
State

public static class State.Transition extends Object
  • Constructor Details

    • Transition

      public Transition(Context context)
  • Method Details

    • getParent

      public State getParent()
      Get state that existed before this transition (i.e., the previous state).
      Returns:
    • getChild

      public State getChild()
      Get state that results from this transition (i.e., the next state).
      Returns:
    • getContext

      public Context getContext()