Uses of Class
mosaic.sim.neuron.Neuron

Packages that use Neuron
mosaic.sim.neuron   
mosaic.sim.neuron.examples   
mosaic.sim.neuron.simulations   
mosaic.sim.neuron.simulations.genesis   
 

Uses of Neuron in mosaic.sim.neuron
 

Fields in mosaic.sim.neuron declared as Neuron
protected  Neuron Synapse.receiver
          The post-synaptic neuron that should receive the forwarded spike events.
 

Methods in mosaic.sim.neuron that return Neuron
 Neuron Synapse.getReceiver()
          Returns the post-synaptic neuron that receives the forwarded spike events from this synapse.
 

Methods in mosaic.sim.neuron with parameters of type Neuron
 void Synapse.setReceiver(Neuron receiver)
          Sets the post-synaptic neuron that receives the forwarded spike events from this synapse.
 

Constructors in mosaic.sim.neuron with parameters of type Neuron
Synapse(NeuronOutput pre, Neuron post)
          A synapse object needs a pre-synaptic NeuronOutput object and a post-synaptic neuron.
Synapse(NeuronOutput pre, Neuron post, Synapse.LearningMethod learningMethod)
          Does the same as Synapse(NeuronOutput pre, Neuron post), but also sets the learning method.
PLSynapse(NeuronOutput pre, Neuron post)
          Initializes the sender and receiver objects (by calling the super() constructor) and the weight and delay values with default.
PLSynapse(NeuronOutput pre, Neuron post, float weight)
          Calls the constructor with two parameters, but also allows to specify the synapse weight.
PLSynapse(NeuronOutput pre, Neuron post, float weight, float delay)
          Calls the constructor with three parameters, but also allows to specify the synapse delay.
PLSynapse(NeuronOutput pre, Neuron post, float weight, float delay, Synapse.LearningMethod learningMethod)
          Calls the constructor with four parameters, but also allows to specify the learning method.
ConstantPLSynapse(NeuronOutput pre, Neuron post)
          Creates a synapse object and associates the pre- and postsynaptic neurons with it.
ConstantPLSynapse(NeuronOutput pre, Neuron post, float weight)
          Creates a synapse object, associates the pre- and postsynaptic neurons with it and initializes the synaptic weight.
ConstantPLSynapse(NeuronOutput pre, Neuron post, float weight, float delay)
          Creates a synapse object, associates the pre- and postsynaptic neurons with it and initializes the synaptic weight and delay
ConstantPLSynapse(NeuronOutput pre, Neuron post, float weight, float delay, Synapse.LearningMethod learningMethod)
          Creates a synapse object, associates the pre- and postsynaptic neurons with it and initializes the synaptic weight and delay
 

Uses of Neuron in mosaic.sim.neuron.examples
 

Fields in mosaic.sim.neuron.examples declared as Neuron
(package private)  Neuron PLNeuronInternalViewTest1Panel.n1
           
(package private)  Neuron PLNeuronInternalViewTest1Panel.n2
           
(package private)  Neuron BasicTest1Panel.n1
           
(package private)  Neuron BasicTest1Panel.n2
           
 

Uses of Neuron in mosaic.sim.neuron.simulations
 

Fields in mosaic.sim.neuron.simulations declared as Neuron
(package private)  Neuron[] HopfieldPanel.neurons
           
(package private)  Neuron[] SOMPanel.neurons
           
(package private)  Neuron[] CBNPanel.outputs
           
(package private)  Neuron[] CBNPanel.interneurons
           
 

Uses of Neuron in mosaic.sim.neuron.simulations.genesis
 

Fields in mosaic.sim.neuron.simulations.genesis declared as Neuron
(package private)  Neuron MultiCellPanel.n1
           
(package private)  Neuron MultiCellPanel.n2