neuroml.network
Class SynapseInternalProperties

java.lang.Object
  extended by neuroml.network.SynapseInternalProperties

public class SynapseInternalProperties
extends java.lang.Object

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

internalDelay

protected java.lang.Double internalDelay

postDelay

protected java.lang.Double postDelay

preDelay

protected java.lang.Double preDelay

propDelay

protected java.lang.Double propDelay

threshold

protected java.lang.Double threshold

weight

protected java.lang.Double weight
Constructor Detail

SynapseInternalProperties

public SynapseInternalProperties()
Method Detail

getInternalDelay

public double getInternalDelay()
Gets the value of the internalDelay property.

Returns:
possible object is Double

setInternalDelay

public void setInternalDelay(java.lang.Double value)
Sets the value of the internalDelay property.

Parameters:
value - allowed object is Double

getPostDelay

public double getPostDelay()
Gets the value of the postDelay property.

Returns:
possible object is Double

setPostDelay

public void setPostDelay(java.lang.Double value)
Sets the value of the postDelay property.

Parameters:
value - allowed object is Double

getPreDelay

public double getPreDelay()
Gets the value of the preDelay property.

Returns:
possible object is Double

setPreDelay

public void setPreDelay(java.lang.Double value)
Sets the value of the preDelay property.

Parameters:
value - allowed object is Double

getPropDelay

public double getPropDelay()
Gets the value of the propDelay property.

Returns:
possible object is Double

setPropDelay

public void setPropDelay(java.lang.Double value)
Sets the value of the propDelay property.

Parameters:
value - allowed object is Double

getThreshold

public double getThreshold()
Gets the value of the threshold property.

Returns:
possible object is Double

setThreshold

public void setThreshold(java.lang.Double value)
Sets the value of the threshold property.

Parameters:
value - allowed object is Double

getWeight

public double getWeight()
Gets the value of the weight property.

Returns:
possible object is Double

setWeight

public void setWeight(java.lang.Double value)
Sets the value of the weight property.

Parameters:
value - allowed object is Double


NeuroML API (v1.4)