Class ContinuousProjection
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Java class for ContinuousProjection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContinuousProjection">
<complexContent>
<extension base="{http://www.neuroml.org/schema/neuroml2}BaseProjection">
<sequence>
<element name="continuousConnection" type="{http://www.neuroml.org/schema/neuroml2}ContinuousConnection" maxOccurs="unbounded" minOccurs="0"/>
<element name="continuousConnectionInstance" type="{http://www.neuroml.org/schema/neuroml2}ContinuousConnectionInstance" maxOccurs="unbounded" minOccurs="0"/>
<element name="continuousConnectionInstanceW" type="{http://www.neuroml.org/schema/neuroml2}ContinuousConnectionInstanceW" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ContinuousConnection>protected List<ContinuousConnectionInstance>protected List<ContinuousConnectionInstanceW>Fields inherited from class org.neuroml.model.BaseProjection
postsynapticPopulation, presynapticPopulation -
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 continuousConnection property.Gets the value of the continuousConnectionInstance property.Gets the value of the continuousConnectionInstanceW property.toString()Methods inherited from class org.neuroml.model.BaseProjection
getPostsynapticPopulation, getPresynapticPopulation, setPostsynapticPopulation, setPresynapticPopulation
-
Field Details
-
continuousConnection
-
continuousConnectionInstance
-
continuousConnectionInstanceW
-
-
Constructor Details
-
ContinuousProjection
public ContinuousProjection()
-
-
Method Details
-
getContinuousConnection
Gets the value of the continuousConnection property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the continuousConnection property.For example, to add a new item, do as follows:
getContinuousConnection().add(newItem);Objects of the following type(s) are allowed in the list
ContinuousConnection -
getContinuousConnectionInstance
Gets the value of the continuousConnectionInstance property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the continuousConnectionInstance property.For example, to add a new item, do as follows:
getContinuousConnectionInstance().add(newItem);Objects of the following type(s) are allowed in the list
ContinuousConnectionInstance -
getContinuousConnectionInstanceW
Gets the value of the continuousConnectionInstanceW property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the continuousConnectionInstanceW property.For example, to add a new item, do as follows:
getContinuousConnectionInstanceW().add(newItem);Objects of the following type(s) are allowed in the list
ContinuousConnectionInstanceW -
toString
- Overrides:
toStringin classBaseProjection
-
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 classBaseProjection
-
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 classBaseProjection
-