neuroidnet.periphery
Class SensoryArea
java.lang.Object
|
+--neuroidnet.ntr.Area
|
+--neuroidnet.periphery.SensoryArea
- All Implemented Interfaces:
- AreaInt, Expressive, Remote, Runnable, Serializable, Simulation
- public class SensoryArea
- extends Area
Area that holds inputs, ie. SensoryNeuroids. This area should not be in
the list of areas that the network contains.
- Version:
- $Revision: 1.6 $ for this file.
- Author:
- Cengiz Gunay
- See Also:
SensoryNeuroid,
Created: Mon Apr 2 00:32:27 2001
Modified: $Date: 2002/05/18 05:22:15 $
,
Serialized Form
| Methods inherited from class neuroidnet.ntr.Area |
addArbitrarySynapses, addAxon, addNeuroid, addRandomSynapses, connectToArea, getActivationThreshold, getAxons, getName, getNumberOfNeuroids, getProperties, getRandomNeuroid, getReplication, getStatus, getThread, init, receiveSpike, run, setActivationThreshold, setAxons, setName, setNumberOfNeuroids, setReplication, setThread, step, stop, toString |
SensoryArea
public SensoryArea(Network network,
String name)