|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--neuroidnet.ntr.Neuroid.Mode.State
| Field Summary | |
(package private) String |
name
The name of the state. |
| Constructor Summary | |
Neuroid.Mode.State()
Dummy constructor, calls init(). |
|
Neuroid.Mode.State(String name)
Assigns state name. |
|
| Method Summary | |
void |
init()
Dummy. |
abstract void |
step()
|
void |
stop()
Dummy. |
String |
toString()
Returns state name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
String name
| Constructor Detail |
public Neuroid.Mode.State()
init(). Obsolete?
Simulation#initpublic Neuroid.Mode.State(String name)
name - a String value| Method Detail |
public void init()
init in interface Simulationpublic void stop()
stop in interface Simulationpublic String toString()
toString in class ObjectString valuenamepublic abstract void step()
step in interface Simulation
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||