Uses of Class
mosaic.sim.neuron.Threshold

Packages that use Threshold
mosaic.sim.neuron   
 

Uses of Threshold in mosaic.sim.neuron
 

Subclasses of Threshold 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 PLThreshold
          This class implements a threshold with piecewise linear functions.
 

Fields in mosaic.sim.neuron declared as Threshold
protected  Threshold Neuron.threshold
          The inner threshold of this neuron.
 

Methods in mosaic.sim.neuron that return Threshold
 Threshold Neuron.getThreshold()
          Returns the threshold object.
 

Methods in mosaic.sim.neuron with parameters of type Threshold
 void Neuron.setThreshold(Threshold threshold)
          Sets the threshold object.