Uses of Class
mosaic.sim.neuron.NeuronOutputSupport

Packages that use NeuronOutputSupport
mosaic.sim.neuron   
mosaic.sim.neuron.netinputs   
 

Uses of NeuronOutputSupport in mosaic.sim.neuron
 

Subclasses of NeuronOutputSupport in mosaic.sim.neuron
 class 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.
 

Uses of NeuronOutputSupport in mosaic.sim.neuron.netinputs
 

Subclasses of NeuronOutputSupport in mosaic.sim.neuron.netinputs
 class RandomSpikeSource
          This class implements a random spike source with a configurable maximum interval between two emitted spikes.
 class RateCodedInputSingle
          This class implements a single spike source using rate coding.
protected  class TemporalCodedInput.Output
          This inner class implements the spike outputs of the TemporalCodedInput class.