Uses of Package
mosaic.sim.neuron

Packages that use mosaic.sim.neuron
mosaic.sim.neuron   
mosaic.sim.neuron.examples   
mosaic.sim.neuron.netinputs   
mosaic.sim.neuron.netoutputs   
mosaic.sim.neuron.simulations   
mosaic.sim.neuron.simulations.genesis   
mosaic.sim.neuron.visualisation   
 

Classes in mosaic.sim.neuron used by mosaic.sim.neuron
ActiveVariable
          This class implements an active variable that has support for sending out VariableChangeEvents and for sending itself a TimeEvent, therefore being an active variable container.
Neuron
          This class represents a neuron, which is able to fire spike events (thus it implements the NeuronOutput interface) and receive spikes indirectly via Synapses.
NeuronInput
          This Interface specifies the capability of an object to act like an input of a neuron, i.e. the ability to receive spike events.
NeuronOutput
          This interface specifies the capability of an object to act like the output part of a neuron, i.e. the ability to send spike events.
NeuronOutputSupport
          This is a helper class for objects that want to emit spike events.
PLFunction
          This class represents a piecewise linear mathematical function in a finite timeframe with a finite number of linear segments.
PLFunction.FloatIntPair
          Aargh !
PLSynapse
          This class represents synapses with piecewise linear response functions.
PLThreshold
          This class implements a threshold with piecewise linear functions.
Potential
          This class represent the potential of a neuron.
Synapse
          This class represents synapses, which are the connections between neurons.
Synapse.LearningMethod
          This interface is used for external learning algorithms that are non-local to the synapse.
Threshold
          This class represents a Neuron threshold.
 

Classes in mosaic.sim.neuron used by mosaic.sim.neuron.examples
Neuron
          This class represents a neuron, which is able to fire spike events (thus it implements the NeuronOutput interface) and receive spikes indirectly via Synapses.
 

Classes in mosaic.sim.neuron used by mosaic.sim.neuron.netinputs
ActiveVariable
          This class implements an active variable that has support for sending out VariableChangeEvents and for sending itself a TimeEvent, therefore being an active variable container.
CodingException
          This class represents an exception with the used spike coding.
NeuronOutput
          This interface specifies the capability of an object to act like the output part of a neuron, i.e. the ability to send spike events.
NeuronOutputSupport
          This is a helper class for objects that want to emit spike events.
 

Classes in mosaic.sim.neuron used by mosaic.sim.neuron.netoutputs
NeuronInput
          This Interface specifies the capability of an object to act like an input of a neuron, i.e. the ability to receive spike events.
NeuronOutput
          This interface specifies the capability of an object to act like the output part of a neuron, i.e. the ability to send spike events.
 

Classes in mosaic.sim.neuron used by mosaic.sim.neuron.simulations
Neuron
          This class represents a neuron, which is able to fire spike events (thus it implements the NeuronOutput interface) and receive spikes indirectly via Synapses.
NeuronOutput
          This interface specifies the capability of an object to act like the output part of a neuron, i.e. the ability to send spike events.
PLFunction
          This class represents a piecewise linear mathematical function in a finite timeframe with a finite number of linear segments.
Synapse
          This class represents synapses, which are the connections between neurons.
Synapse.LearningMethod
          This interface is used for external learning algorithms that are non-local to the synapse.
 

Classes in mosaic.sim.neuron used by mosaic.sim.neuron.simulations.genesis
Neuron
          This class represents a neuron, which is able to fire spike events (thus it implements the NeuronOutput interface) and receive spikes indirectly via Synapses.
 

Classes in mosaic.sim.neuron used by mosaic.sim.neuron.visualisation
NeuronInput
          This Interface specifies the capability of an object to act like an input of a neuron, i.e. the ability to receive spike events.
NeuronOutput
          This interface specifies the capability of an object to act like the output part of a neuron, i.e. the ability to send spike events.
PLPotential
          This class represents a neuron potential described by a piecewise linear mathematical function.
PLThreshold
          This class implements a threshold with piecewise linear functions.