|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbiosim.core.agent.StateMachine
public abstract class StateMachine
| Nested Class Summary | |
|---|---|
static interface |
StateMachine.State
|
| Field Summary | |
|---|---|
int |
nextState
|
protected StateMachine.State[] |
states
|
| Constructor Summary | |
|---|---|
StateMachine()
|
|
| Method Summary | |
|---|---|
void |
act(double time)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface biosim.core.agent.Agent |
|---|
finish, init |
| Field Detail |
|---|
protected StateMachine.State[] states
public int nextState
| Constructor Detail |
|---|
public StateMachine()
| Method Detail |
|---|
public void act(double time)
act in interface Agent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||