Package org.neuroml.model
Class ConnectionWD
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class ConnectionWD
extends BaseConnectionOldFormat
implements org.jvnet.jaxb2_commons.lang.ToString2
Event connection between named components, which gets processed via a new instance of a synapse component which is created on the target component, includes setting of **weight** and **delay** for the synaptic connection
\n
:param weight:
:type weight: none
:param delay:
:type delay: time
Java class for ConnectionWD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectionWD"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseConnectionOldFormat"> <attribute name="weight" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="delay" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.neuroml.model.BaseConnectionOldFormat
postCellId, postFractionAlong, postSegmentId, preCellId, preFractionAlong, preSegmentId
Fields inherited from class org.neuroml.model.BaseConnection
neuroLexId
Fields inherited from class org.neuroml.model.BaseNonNegativeIntegerId
id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) getDelay()
Gets the value of the delay property.float
Gets the value of the weight property.void
Sets the value of the delay property.void
setWeight
(float value) Sets the value of the weight property.toString()
Methods inherited from class org.neuroml.model.BaseConnectionOldFormat
getPostCellId, getPostFractionAlong, getPostSegmentId, getPreCellId, getPreFractionAlong, getPreSegmentId, setPostCellId, setPostFractionAlong, setPostSegmentId, setPreCellId, setPreFractionAlong, setPreSegmentId
Methods inherited from class org.neuroml.model.BaseConnection
getNeuroLexId, setNeuroLexId
Methods inherited from class org.neuroml.model.BaseNonNegativeIntegerId
getId, setId
-
Field Details
-
weight
protected float weight -
delay
-
-
Constructor Details
-
ConnectionWD
public ConnectionWD()
-
-
Method Details
-
getWeight
public float getWeight()Gets the value of the weight property. -
setWeight
public void setWeight(float value) Sets the value of the weight property. -
getDelay
Gets the value of the delay property.- Returns:
- possible object is
String
-
setDelay
Sets the value of the delay property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classBaseConnectionOldFormat
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
append
in classBaseConnectionOldFormat
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
appendFields
in classBaseConnectionOldFormat
-