public interface FSM
Modifier and Type | Method and Description |
---|---|
FSM |
getParent()
Get the parent state machine.
|
State |
getState()
Get the current state of this FSM.
|
StateEngine |
getStateEngine()
Return the state engine used to create this FSM.
|
void |
setParent(FSM fsm)
Set the parent state machine.
|
void |
setState(State state)
Set the current state of this FSM.
|
StateEngine getStateEngine()
FSM getParent()
void setParent(FSM fsm)
void setState(State state)
State getState()
Copyright © 2017 Oracle. All rights reserved.