Package org.neuroml.model
Class SynapticConnection
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.SynapticConnection
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class SynapticConnection
extends BaseWithoutId
implements org.jvnet.jaxb2_commons.lang.ToString2
Explicit event connection between named components, which gets processed via a new instance of a **synapse** component which is created on the target component
Java class for SynapticConnection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SynapticConnection">
<complexContent>
<extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId">
<attribute name="neuroLexId" type="{http://www.neuroml.org/schema/neuroml2}NeuroLexId" />
<attribute name="from" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2PopulationReferencePath" />
<attribute name="to" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2PopulationReferencePath" />
<attribute name="synapse" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
<attribute name="destination" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields -
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 destination property.getFrom()Gets the value of the from property.Gets the value of the neuroLexId property.Gets the value of the synapse property.getTo()Gets the value of the to property.voidsetDestination(String value) Sets the value of the destination property.voidSets the value of the from property.voidsetNeuroLexId(String value) Sets the value of the neuroLexId property.voidsetSynapse(String value) Sets the value of the synapse property.voidSets the value of the to property.toString()
-
Field Details
-
neuroLexId
-
from
-
to
-
synapse
-
destination
-
-
Constructor Details
-
SynapticConnection
public SynapticConnection()
-
-
Method Details
-
getNeuroLexId
Gets the value of the neuroLexId property.- Returns:
- possible object is
String
-
setNeuroLexId
Sets the value of the neuroLexId property.- Parameters:
value- allowed object isString
-
getFrom
Gets the value of the from property.- Returns:
- possible object is
String
-
setFrom
Sets the value of the from property.- Parameters:
value- allowed object isString
-
getTo
Gets the value of the to property.- Returns:
- possible object is
String
-
setTo
Sets the value of the to property.- Parameters:
value- allowed object isString
-
getSynapse
Gets the value of the synapse property.- Returns:
- possible object is
String
-
setSynapse
Sets the value of the synapse property.- Parameters:
value- allowed object isString
-
getDestination
Gets the value of the destination property.- Returns:
- possible object is
String
-
setDestination
Sets the value of the destination property.- Parameters:
value- allowed object isString
-
toString
- Overrides:
toStringin classBaseWithoutId
-
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 classBaseWithoutId
-
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 classBaseWithoutId
-