Uses of Interface
mosaic.sim.neuron.NeuronInput

Packages that use NeuronInput
mosaic.sim.neuron   
mosaic.sim.neuron.netoutputs   
mosaic.sim.neuron.visualisation   
 

Uses of NeuronInput in mosaic.sim.neuron
 

Classes in mosaic.sim.neuron that implement NeuronInput
 class ConstantPLSynapse
          This class represents a synapse using piecewiese linear functions, but with a constant shape for all synapse objects in the simulation.
 class PLSynapse
          This class represents synapses with piecewise linear response functions.
 class Synapse
          This class represents synapses, which are the connections between neurons.
 

Methods in mosaic.sim.neuron that return NeuronInput
 NeuronInput[] NeuronOutputSupport.getOutputs()
          Returns the list of currently registered NeuronInput objects that should receive the spike events sent by this object.
 

Methods in mosaic.sim.neuron with parameters of type NeuronInput
 void NeuronOutputSupport.setOutputs(NeuronInput[] receivers)
          Sets the list of currently registered NeuronInput objects that should receive the spike events sent by this object.
 void NeuronOutputSupport.addOutput(NeuronInput receiver)
          Adds a single NeuronInput object to the list of objects that should receive spike events sent by this object.
 boolean NeuronOutputSupport.removeOutput(NeuronInput receiver)
          Removes a single NeuronInput object from the list of objects that should receive spike events sent by this object.
 void NeuronOutput.addOutput(NeuronInput receiver)
          Add a spike event listener.
 boolean NeuronOutput.removeOutput(NeuronInput receiver)
          Remove a spike event listener.
 

Uses of NeuronInput in mosaic.sim.neuron.netoutputs
 

Classes in mosaic.sim.neuron.netoutputs that implement NeuronInput
protected  class TemporalCodedOutput.Input
          This inner class implements the inputs of TemporalCodedOutput, i.e. the objects receiving the spike events from the system.
 

Methods in mosaic.sim.neuron.netoutputs that return NeuronInput
 NeuronInput TemporalCodedOutput.getInput(int index)
          Returns the input object with the given index.
 NeuronInput TemporalCodedOutput.getReferenceInput()
          Returns the reference input.
 

Uses of NeuronInput in mosaic.sim.neuron.visualisation
 

Classes in mosaic.sim.neuron.visualisation that implement NeuronInput
 class SpikeView
          This class implements a scrolling spike view where spikes are simply drawn as vertical lines marking the simulation time points when the spikes occured.