Package org.neuroml.model
Class ContinuousConnection
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.BaseNonNegativeIntegerId
org.neuroml.model.BaseConnection
org.neuroml.model.BaseConnectionNewFormat
org.neuroml.model.ContinuousConnection
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
ContinuousConnectionInstance
public class ContinuousConnection
extends BaseConnectionNewFormat
implements org.jvnet.jaxb2_commons.lang.ToString2
An instance of a connection in a **continuousProjection** between **presynapticPopulation** to another **postsynapticPopulation** through a **preComponent** at the start and **postComponent** at the end. Can be used for analog synapses.
Java class for ContinuousConnection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContinuousConnection"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseConnectionNewFormat"> <attribute name="preComponent" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> <attribute name="postComponent" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.neuroml.model.BaseConnectionNewFormat
postCell, postFractionAlong, postSegment, preCell, preFractionAlong, preSegment
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) Gets the value of the postComponent property.Gets the value of the preComponent property.void
setPostComponent
(String value) Sets the value of the postComponent property.void
setPreComponent
(String value) Sets the value of the preComponent property.toString()
Methods inherited from class org.neuroml.model.BaseConnectionNewFormat
getPostCell, getPostFractionAlong, getPostSegment, getPreCell, getPreFractionAlong, getPreSegment, setPostCell, setPostFractionAlong, setPostSegment, setPreCell, setPreFractionAlong, setPreSegment
Methods inherited from class org.neuroml.model.BaseConnection
getNeuroLexId, setNeuroLexId
Methods inherited from class org.neuroml.model.BaseNonNegativeIntegerId
getId, setId
-
Field Details
-
preComponent
-
postComponent
-
-
Constructor Details
-
ContinuousConnection
public ContinuousConnection()
-
-
Method Details
-
getPreComponent
Gets the value of the preComponent property.- Returns:
- possible object is
String
-
setPreComponent
Sets the value of the preComponent property.- Parameters:
value
- allowed object isString
-
getPostComponent
Gets the value of the postComponent property.- Returns:
- possible object is
String
-
setPostComponent
Sets the value of the postComponent property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classBaseConnectionNewFormat
-
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 classBaseConnectionNewFormat
-
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 classBaseConnectionNewFormat
-