Package org.neuroml.model
Class BaseProjection
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.BaseProjection
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
ContinuousProjection
,ElectricalProjection
,Projection
Base for projection (set of synaptic connections) between two populations
Java class for BaseProjection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseProjection"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}Base"> <attribute name="presynapticPopulation" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> <attribute name="postsynapticPopulation" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> </extension> </complexContent> </complexType>
-
Field Summary
-
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 postsynapticPopulation property.Gets the value of the presynapticPopulation property.void
setPostsynapticPopulation
(String value) Sets the value of the postsynapticPopulation property.void
setPresynapticPopulation
(String value) Sets the value of the presynapticPopulation property.toString()
-
Field Details
-
presynapticPopulation
-
postsynapticPopulation
-
-
Constructor Details
-
BaseProjection
public BaseProjection()
-
-
Method Details
-
getPresynapticPopulation
Gets the value of the presynapticPopulation property.- Returns:
- possible object is
String
-
setPresynapticPopulation
Sets the value of the presynapticPopulation property.- Parameters:
value
- allowed object isString
-
getPostsynapticPopulation
Gets the value of the postsynapticPopulation property.- Returns:
- possible object is
String
-
setPostsynapticPopulation
Sets the value of the postsynapticPopulation property.- Parameters:
value
- allowed object isString
-
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
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 classBase
-