Uses of Class
mosaic.sim.neuron.Potential

Packages that use Potential
mosaic.sim.neuron   
 

Uses of Potential in mosaic.sim.neuron
 

Subclasses of Potential in mosaic.sim.neuron
 class PLPotential
          This class represents a neuron potential described by a piecewise linear mathematical function.
 

Fields in mosaic.sim.neuron declared as Potential
protected  Potential Neuron.potential
          The inner potential of this neuron.
 

Methods in mosaic.sim.neuron that return Potential
 Potential Neuron.getPotential()
          Returns the potential object.
 

Methods in mosaic.sim.neuron with parameters of type Potential
 void Neuron.setPotential(Potential potential)
          Sets the potential object.
abstract  double Threshold.calculateNextFireTime(Potential potential)
          Returns the next fire time of the associated Neuron, that is the first intersection between the threshold function and the given potential function.
 double PLThreshold.calculateNextFireTime(Potential potential)
          Returns the next fire time of the associated neuron.