|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.simnet.interfaces.SpikeResponder
public abstract class SpikeResponder
SpikeResponder.
| Field Summary | |
|---|---|
protected Synapse |
parent
Parent. |
protected double |
psRestingPotential
PS resting potential. |
protected boolean |
scaleByPSPDifference
Scale by PSP difference. |
protected double |
value
Value. |
| Constructor Summary | |
|---|---|
SpikeResponder()
|
|
| Method Summary | |
|---|---|
abstract SpikeResponder |
duplicate()
|
SpikeResponder |
duplicate(SpikeResponder s)
Duplicates synapses of type Spiker. |
Synapse |
getParent()
|
double |
getPsRestingPotential()
|
boolean |
getScaleByPSPDifference()
|
static int |
getSpikerTypeIndex(String type)
Helper function for combo boxes. |
String |
getType()
|
static String[] |
getTypeList()
|
double |
getValue()
|
void |
setParent(Synapse parent)
|
void |
setPsRestingPotential(double psRestingPotential)
|
void |
setScaleByPSPDifference(boolean scaleByPSPDifference)
|
static void |
setTypeList(String[] typeList)
|
void |
setValue(double value)
|
abstract void |
update()
Update the synapse. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double value
protected boolean scaleByPSPDifference
protected double psRestingPotential
protected Synapse parent
| Constructor Detail |
|---|
public SpikeResponder()
| Method Detail |
|---|
public abstract SpikeResponder duplicate()
public abstract void update()
public SpikeResponder duplicate(SpikeResponder s)
s - Synapse to duplicate
public String getType()
public static String[] getTypeList()
public static void setTypeList(String[] typeList)
typeList - The typeList to set.public double getPsRestingPotential()
public void setPsRestingPotential(double psRestingPotential)
psRestingPotential - The psRestingPotential to set.public boolean getScaleByPSPDifference()
public void setScaleByPSPDifference(boolean scaleByPSPDifference)
scaleByPSPDifference - The scaleByPSPDifference to set.public static int getSpikerTypeIndex(String type)
type - Type of spiker
public double getValue()
public void setValue(double value)
value - The value to set.public Synapse getParent()
public void setParent(Synapse parent)
parent - The parent to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||