|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PLFunction | |
mosaic.sim.neuron | |
mosaic.sim.neuron.simulations |
Uses of PLFunction in mosaic.sim.neuron |
Fields in mosaic.sim.neuron declared as PLFunction | |
protected static PLFunction |
ConstantPLSynapse.response
The global piecewise linear function. |
protected PLFunction |
PLPotential.changes
This function specifies the future potential development, computed from the received synapse response functions (by mergeSynapseResponse). |
protected PLFunction |
PLPotential.buffer
This is only a buffer for the mergeSynapseResponse method, used for the enhanced merge sort in there. |
protected static PLFunction |
ConstantPLThreshold.relativeRefraction
|
Methods in mosaic.sim.neuron that return PLFunction | |
abstract PLFunction |
PLThreshold.getRelativeRefraction()
Returns the relative refraction function. |
protected abstract PLFunction |
PLSynapse.getStandardResponse()
getResponseParameters uses this method to retrieve the function gradients used for constructing the response object. |
protected PLFunction |
ConstantPLSynapse.getStandardResponse()
Implementation of PLSynapse.getStandardResponse() |
static PLFunction |
ConstantPLSynapse.getResponse()
Implementation of PLSynapse.getResponse() |
PLFunction |
PLPotential.getChanges()
Returns the currently computed piecewiese linear function describing the currently known future potential changes. |
PLFunction |
ConstantPLThreshold.getRelativeRefraction()
Implementation of PLThreshold.getRelativeRefraction(). |
Methods in mosaic.sim.neuron with parameters of type PLFunction | |
protected double |
PLThreshold.calculateIntersectionPoint(PLFunction f1,
double startValue1,
double startTime1,
int numSegments1,
PLFunction f2,
double startValue2,
double startTime2,
int numSegments2)
|
static void |
ConstantPLSynapse.setResponse(PLFunction response)
Used to set the globally constant shape of the synapse response function. |
static void |
ConstantPLThreshold.setRelativeRefraction(PLFunction function)
Set the globally constant relative refraction function. |
Constructors in mosaic.sim.neuron with parameters of type PLFunction | |
PLFunction.FloatIntPair()
|
Uses of PLFunction in mosaic.sim.neuron.simulations |
Fields in mosaic.sim.neuron.simulations declared as PLFunction | |
(package private) PLFunction |
HopfieldPanel.synapseResponse
|
(package private) PLFunction |
SOMPanel.synapseResponse
|
(package private) PLFunction |
CBNPanel.synapseResponse
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |