|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectneuroml.network.SynapseInternalProperties
public class SynapseInternalProperties
Variables specifying a single synapse or default vlaues for a set of connections
Java class for SynapseInternalProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SynapseInternalProperties"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="internal_delay" type="{http://morphml.org/biophysics/schema}SynapticDelayValue" default="0" /> <attribute name="post_delay" type="{http://morphml.org/biophysics/schema}SynapticDelayValue" default="0" /> <attribute name="pre_delay" type="{http://morphml.org/biophysics/schema}SynapticDelayValue" default="0" /> <attribute name="prop_delay" type="{http://morphml.org/biophysics/schema}SynapticDelayValue" default="0" /> <attribute name="threshold" type="{http://morphml.org/biophysics/schema}VoltageValue" default="0" /> <attribute name="weight" type="{http://morphml.org/metadata/schema}NonNegativeDouble" default="1" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Double |
internalDelay
|
protected java.lang.Double |
postDelay
|
protected java.lang.Double |
preDelay
|
protected java.lang.Double |
propDelay
|
protected java.lang.Double |
threshold
|
protected java.lang.Double |
weight
|
Constructor Summary | |
---|---|
SynapseInternalProperties()
|
Method Summary | |
---|---|
double |
getInternalDelay()
Gets the value of the internalDelay property. |
double |
getPostDelay()
Gets the value of the postDelay property. |
double |
getPreDelay()
Gets the value of the preDelay property. |
double |
getPropDelay()
Gets the value of the propDelay property. |
double |
getThreshold()
Gets the value of the threshold property. |
double |
getWeight()
Gets the value of the weight property. |
void |
setInternalDelay(java.lang.Double value)
Sets the value of the internalDelay property. |
void |
setPostDelay(java.lang.Double value)
Sets the value of the postDelay property. |
void |
setPreDelay(java.lang.Double value)
Sets the value of the preDelay property. |
void |
setPropDelay(java.lang.Double value)
Sets the value of the propDelay property. |
void |
setThreshold(java.lang.Double value)
Sets the value of the threshold property. |
void |
setWeight(java.lang.Double value)
Sets the value of the weight property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Double internalDelay
protected java.lang.Double postDelay
protected java.lang.Double preDelay
protected java.lang.Double propDelay
protected java.lang.Double threshold
protected java.lang.Double weight
Constructor Detail |
---|
public SynapseInternalProperties()
Method Detail |
---|
public double getInternalDelay()
Double
public void setInternalDelay(java.lang.Double value)
value
- allowed object is
Double
public double getPostDelay()
Double
public void setPostDelay(java.lang.Double value)
value
- allowed object is
Double
public double getPreDelay()
Double
public void setPreDelay(java.lang.Double value)
value
- allowed object is
Double
public double getPropDelay()
Double
public void setPropDelay(java.lang.Double value)
value
- allowed object is
Double
public double getThreshold()
Double
public void setThreshold(java.lang.Double value)
value
- allowed object is
Double
public double getWeight()
Double
public void setWeight(java.lang.Double value)
value
- allowed object is
Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |