neuroidnet.periphery
Class SensoryConcept

java.lang.Object
  |
  +--neuroidnet.ntr.Neuroid
        |
        +--neuroidnet.ntr.SRMNeuroid
              |
              +--neuroidnet.periphery.ArtificialConcept
                    |
                    +--neuroidnet.periphery.SensoryConcept
All Implemented Interfaces:
Comparable, Concept, DumpsData, Expressive, Input, Serializable, Simulation

public class SensoryConcept
extends ArtificialConcept

Concept created by peripheral controller. Associated with a SensoryNeuroid.

Version:
$Revision: 1.2 $ for this file.
Author:
Cengiz Gunay
See Also:
Peripheral,

Created: Sat Mar 31 22:37:28 2001

Modified: $Date: 2002/03/24 21:41:04 $, Serialized Form


Nested Class Summary
 
Nested classes inherited from class neuroidnet.ntr.SRMNeuroid
SRMNeuroid.Mode
 
Nested classes inherited from class neuroidnet.ntr.Neuroid
Neuroid.Mode
 
Field Summary
 
Fields inherited from class neuroidnet.periphery.ArtificialConcept
conceptSet, excitatorySynapse, name
 
Fields inherited from class neuroidnet.ntr.SRMNeuroid
 
Fields inherited from class neuroidnet.ntr.Neuroid
area, concept, mode, synapses, watch
 
Constructor Summary
SensoryConcept(Network network, String name)
           
 
Methods inherited from class neuroidnet.periphery.ArtificialConcept
attach, compareTo, conceptName, detach, getConceptSet, getName, getProperties, getStatus, init2, setConceptSet, toString
 
Methods inherited from class neuroidnet.ntr.SRMNeuroid
calculatePotential, defaultPeriod, fire, getRefractoryTimeConstant, setRefractoryTimeConstant
 
Methods inherited from class neuroidnet.ntr.Neuroid
addSynapse, dumpData, getArea, getConcept, getId, getMode, getProfile, getSpikeTrain, getSynapses, getTimeLastFired, init, isDebug, isWatch, setArea, setDebug, setMode, setProfile, setSpikeTrain, setWatch, step, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface neuroidnet.ntr.Concept
fire
 
Methods inherited from interface neuroidnet.ntr.DumpsData
dumpData
 

Constructor Detail

SensoryConcept

public SensoryConcept(Network network,
                      String name)