Package | Description |
---|---|
magma.agent.behavior.supportPoint | |
magma.util.statemachine |
Modifier and Type | Class and Description |
---|---|
class |
BMBStateRunning |
class |
BMBStateStarting |
Modifier and Type | Method and Description |
---|---|
ObjectState<magma.agent.behavior.supportPoint.BMBStateFactory.BehaviorStateEnum,magma.agent.behavior.supportPoint.BasicMotorBehavior.BehaviorEvent> |
BMBStateFactory.getInitialState() |
Modifier and Type | Method and Description |
---|---|
ObjectState<K,E> |
IStateFactory.getInitialState()
Returns the state to start with
|
ObjectState<K,E> |
StateFactory.getState(K state) |
ObjectState<K,E> |
IStateFactory.getState(K state) |
ObjectState<K,E> |
ObjectState.tiggerEvent(E eventID,
java.lang.Object context)
A new event occurred and is now processed
|