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
FieldsFields inherited from class org.neuroml.model.BaseConnectionNewFormat
postCell, postFractionAlong, postSegment, preCell, preFractionAlong, preSegmentFields inherited from class org.neuroml.model.BaseConnection
neuroLexIdFields inherited from class org.neuroml.model.BaseNonNegativeIntegerId
id -
Constructor Summary
Constructors -
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.voidsetPostComponent(String value) Sets the value of the postComponent property.voidsetPreComponent(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, setPreSegmentMethods inherited from class org.neuroml.model.BaseConnection
getNeuroLexId, setNeuroLexIdMethods 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:
toStringin classBaseConnectionNewFormat
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classBaseConnectionNewFormat
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classBaseConnectionNewFormat
-