Class BaseProjection

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
ContinuousProjection, ElectricalProjection, Projection

public class BaseProjection extends Base implements org.jvnet.jaxb2_commons.lang.ToString2
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 Details

    • presynapticPopulation

      protected String presynapticPopulation
    • postsynapticPopulation

      protected String postsynapticPopulation
  • Constructor Details

    • BaseProjection

      public BaseProjection()
  • Method Details

    • getPresynapticPopulation

      public String getPresynapticPopulation()
      Gets the value of the presynapticPopulation property.
      Returns:
      possible object is String
    • setPresynapticPopulation

      public void setPresynapticPopulation(String value)
      Sets the value of the presynapticPopulation property.
      Parameters:
      value - allowed object is String
    • getPostsynapticPopulation

      public String getPostsynapticPopulation()
      Gets the value of the postsynapticPopulation property.
      Returns:
      possible object is String
    • setPostsynapticPopulation

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

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