Uses of Package
neuroidnet.ntr

Packages that use neuroidnet.ntr
neuroidnet.ntr Holds the main classes for the simulator. 
neuroidnet.periphery Holds classes related to the peripheral controller of the neuroidal network. 
neuroidnet.phasesegregator Example for the phase segregation hypothesis. 
neuroidnet.remote Holds extensions for distributed processing of the Neuroidal Network Simulator. 
 

Classes in neuroidnet.ntr used by neuroidnet.ntr
AdThNeuroid.AdaptiveThresholdDevice
          Describe class AdThNeuroid here.
Area
          Entity Area that holds neurons and keeps track of time.
AxonArbor
          Contains all outgoing synapses of a Neuroid that end up in a particular Area with a similar Synapse template.
Concept
          Interface for read-out devices for the network.
DebuggerInterface
          DebuggerInterface.java
Dendrite
          Dendrite is a Vector that holds incoming Synapses belonging to a neuroid.
DumpsData
          DumpsData.java
Expressive
          Defines an interface on how an entity should express its identity and state.
Input
          Interface for devices to provide input to the network.
ModeProfile
          Profile of Mode objects.
NameNotFoundException
          NameNotFoundException.java
Network
          Container for all Areas that hold Neuroids.
Neuroid
          Abstract neuroid entity.
Neuroid.Mode
          Modes that a neuron can have.
Neuroid.Mode.State
           
NeuroidName
          Identifier for accessing a neuroid in a network.
NeuroidProfile
          Keeping track of changes of Neuroids.
Peripheral
          Controls inputs to the Network.
PotentialPlot
          Plot for synapse potential.
ResynapseException
          ResynapseException.java Exception thrown in case two synaptic boutons of an axon end up on the same postsynaptic neuroid.
SRMNeuroid
          First attempt to implement the central neuroidal entity with programmability capability as defined by Valiant.
SRMNeuroid.Mode
           
Synapse
          Presynaptic connection to a Neuroid.
Synapse.Weight
           
SynapseProfile
          SynapseProfile.java
 

Classes in neuroidnet.ntr used by neuroidnet.periphery
Area
          Entity Area that holds neurons and keeps track of time.
Concept
          Interface for read-out devices for the network.
DumpsData
          DumpsData.java
Expressive
          Defines an interface on how an entity should express its identity and state.
Input
          Interface for devices to provide input to the network.
Network
          Container for all Areas that hold Neuroids.
Neuroid
          Abstract neuroid entity.
SRMNeuroid
          First attempt to implement the central neuroidal entity with programmability capability as defined by Valiant.
Synapse
          Presynaptic connection to a Neuroid.
 

Classes in neuroidnet.ntr used by neuroidnet.phasesegregator
Area
          Entity Area that holds neurons and keeps track of time.
Concept
          Interface for read-out devices for the network.
Expressive
          Defines an interface on how an entity should express its identity and state.
Input
          Interface for devices to provide input to the network.
Network
          Container for all Areas that hold Neuroids.
Peripheral
          Controls inputs to the Network.
 

Classes in neuroidnet.ntr used by neuroidnet.remote
Area
          Entity Area that holds neurons and keeps track of time.
Neuroid
          Abstract neuroid entity.
Synapse
          Presynaptic connection to a Neuroid.