org.simnet.synapses.spikeresponders
Class Step
java.lang.Object
org.simnet.interfaces.SpikeResponder
org.simnet.synapses.spikeresponders.Step
public class Step
- extends SpikeResponder
Step.
|
Constructor Summary |
Step()
|
| 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 |
Step
public Step()
duplicate
public SpikeResponder duplicate()
- Specified by:
duplicate in class SpikeResponder
- Returns:
- duplicate StepSynapse (used, e.g., in copy/paste).
update
public void update()
- Update the synapse.
- Specified by:
update in class SpikeResponder
getResponseHeight
public double getResponseHeight()
- Returns:
- Returns the responseHeight.
setResponseHeight
public void setResponseHeight(double responseHeight)
- Parameters:
responseHeight - The responseHeight to set.
getResponseTime
public double getResponseTime()
- Returns:
- Returns the responseTime.
setResponseTime
public void setResponseTime(double responseTime)
- Parameters:
responseTime - The responseTime to set.
getName
public static String getName()
- Returns:
- Name of synapse type.