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


Field Summary
 
Fields inherited from class neuroidnet.ntr.Area
axons, deltaT, id, network, neuroids, numberOfNeuroids, time, timeConstantM
 
Constructor Summary
SensoryArea(Network network, String name)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SensoryArea

public SensoryArea(Network network,
                   String name)