Package edu.tufts.hrilab.action.state
Class State.Transition
java.lang.Object
edu.tufts.hrilab.action.state.State.Transition
- Enclosing class:
- State
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Transition
-
-
Method Details
-
getParent
Get state that existed before this transition (i.e., the previous state).- Returns:
-
getChild
Get state that results from this transition (i.e., the next state).- Returns:
-
getContext
-