|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--neuroidnet.ntr.Peripheral
Controls inputs to the Network.
Has subclasses to create test networks with specific inputs.
Created: Mon Nov 20 02:08:10 2000,
Serialized Form| Field Summary | |
protected Network |
network
Pointer to associated Network object |
protected double |
time
Peripheral system's own account of time. |
| Constructor Summary | |
Peripheral(Network network)
Creates a new Peripheral instance. |
|
| Method Summary | |
protected abstract void |
eventsAtThisTime()
Called by step(), determines periperal actions. |
String |
getProperties()
In addition to getStatus() contents,
give all static properties also. |
String |
getStatus()
In addition to toString() contents,
give transient properties of the entity without
the static properties. |
void |
step()
Peripheral control of timepass, initiates peripheral events associated with time. |
String |
toString()
Give enough information on the entity for identification. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected Network network
Network object
ntr.Networkprotected double time
| Constructor Detail |
public Peripheral(Network network)
Peripheral instance.
Has bidirectional interaction with the Network.
network - a Network valueNetwork.setPeripheral(neuroidnet.ntr.Peripheral)| Method Detail |
public void step()
network.step().
Network.step()protected abstract void eventsAtThisTime()
step()public String toString()
Expressive
toString in interface ExpressivetoString in class Objectpublic String getProperties()
ExpressivegetStatus() contents,
give all static properties also.
getProperties in interface ExpressiveExpressive.getStatus()public String getStatus()
ExpressivetoString() contents,
give transient properties of the entity without
the static properties.
getStatus in interface ExpressiveExpressive.toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||