Class ContinuousProjection

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2

public class ContinuousProjection extends BaseProjection implements org.jvnet.jaxb2_commons.lang.ToString2
A projection between **presynapticPopulation** and **postsynapticPopulation** through components **preComponent** at the start and **postComponent** at the end of a **continuousConnection** or **continuousConnectionInstance** . Can be used for analog synapses.

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 Details

  • Constructor Details

    • ContinuousProjection

      public ContinuousProjection()
  • Method Details

    • getContinuousConnection

      public List<ContinuousConnection> 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 set method 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

      public List<ContinuousConnectionInstance> 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 set method 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

      public List<ContinuousConnectionInstanceW> 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 set method 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

      public String toString()
      Overrides:
      toString in class BaseProjection
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      append in class BaseProjection
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      appendFields in class BaseProjection