org.simnet.synapses.spikeresponders
Class RiseAndDecay

java.lang.Object
  extended by org.simnet.interfaces.SpikeResponder
      extended by org.simnet.synapses.spikeresponders.RiseAndDecay

public class RiseAndDecay
extends SpikeResponder

RiseAndDecay.


Field Summary
 
Fields inherited from class org.simnet.interfaces.SpikeResponder
parent, psRestingPotential, scaleByPSPDifference, value
 
Constructor Summary
RiseAndDecay()
           
 
Method Summary
 SpikeResponder duplicate()
          Duplicates a spike responder synapse.
 double getDecayRate()
           
 double getMaximumResponse()
           
static String getName()
           
 double getTimeStep()
           
 void setDecayRate(double decayRate)
           
 void setMaximumResponse(double maximumResponse)
           
 void setTimeStep(double timeStep)
           
 void update()
          Update the synapse.
 
Methods inherited from class org.simnet.interfaces.SpikeResponder
duplicate, getParent, getPsRestingPotential, getScaleByPSPDifference, getSpikerTypeIndex, getType, getTypeList, getValue, setParent, setPsRestingPotential, setScaleByPSPDifference, setTypeList, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiseAndDecay

public RiseAndDecay()
Method Detail

duplicate

public SpikeResponder duplicate()
Duplicates a spike responder synapse.

Specified by:
duplicate in class SpikeResponder
Returns:
null

update

public void update()
Update the synapse.

Specified by:
update in class SpikeResponder

getTimeStep

public double getTimeStep()
Returns:
Returns the timeStep.

setTimeStep

public void setTimeStep(double timeStep)
Parameters:
timeStep - The timeStep to set.

getDecayRate

public double getDecayRate()
Returns:
Returns the decayRate.

setDecayRate

public void setDecayRate(double decayRate)
Parameters:
decayRate - The decayRate to set.

getMaximumResponse

public double getMaximumResponse()
Returns:
Returns the maximumResponse.

setMaximumResponse

public void setMaximumResponse(double maximumResponse)
Parameters:
maximumResponse - The maximumResponse to set.

getName

public static String getName()
Returns:
Name of synapse type.