Class 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 Details

    • preComponent

      protected String preComponent
    • postComponent

      protected String postComponent
  • Constructor Details

    • ContinuousConnection

      public ContinuousConnection()
  • Method Details

    • getPreComponent

      public String getPreComponent()
      Gets the value of the preComponent property.
      Returns:
      possible object is String
    • setPreComponent

      public void setPreComponent(String value)
      Sets the value of the preComponent property.
      Parameters:
      value - allowed object is String
    • getPostComponent

      public String getPostComponent()
      Gets the value of the postComponent property.
      Returns:
      possible object is String
    • setPostComponent

      public void setPostComponent(String value)
      Sets the value of the postComponent property.
      Parameters:
      value - allowed object is String
    • toString

      public String toString()
      Overrides:
      toString in class BaseConnectionNewFormat
    • 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 BaseConnectionNewFormat
    • 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 BaseConnectionNewFormat