Uses of Class
mosaic.sim.neuron.ActiveVariable

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

Uses of ActiveVariable in mosaic.sim.neuron
 

Subclasses of ActiveVariable in mosaic.sim.neuron
 class ConstantPLThreshold
          This class represents a threshold using piecewiese linear functions, but with a constant shape for all threshold objects in the simulation.
 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.
 class NeuronOutputSupport
          This is a helper class for objects that want to emit spike events.
 class PLPotential
          This class represents a neuron potential described by a piecewise linear mathematical function.
 class PLThreshold
          This class implements a threshold with piecewise linear functions.
 class Potential
          This class represent the potential of a neuron.
 class Threshold
          This class represents a Neuron threshold.
 

Uses of ActiveVariable in mosaic.sim.neuron.netinputs
 

Subclasses of ActiveVariable 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.