Class SynapticConnection

java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.SynapticConnection
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2

public class SynapticConnection extends BaseWithoutId implements org.jvnet.jaxb2_commons.lang.ToString2
Explicit event connection between named components, which gets processed via a new instance of a **synapse** component which is created on the target component

Java class for SynapticConnection complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SynapticConnection">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId">
       <attribute name="neuroLexId" type="{http://www.neuroml.org/schema/neuroml2}NeuroLexId" />
       <attribute name="from" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2PopulationReferencePath" />
       <attribute name="to" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2PopulationReferencePath" />
       <attribute name="synapse" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
       <attribute name="destination" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • neuroLexId

      protected String neuroLexId
    • from

      protected String from
    • to

      protected String to
    • synapse

      protected String synapse
    • destination

      protected String destination
  • Constructor Details

    • SynapticConnection

      public SynapticConnection()
  • Method Details

    • getNeuroLexId

      public String getNeuroLexId()
      Gets the value of the neuroLexId property.
      Returns:
      possible object is String
    • setNeuroLexId

      public void setNeuroLexId(String value)
      Sets the value of the neuroLexId property.
      Parameters:
      value - allowed object is String
    • getFrom

      public String getFrom()
      Gets the value of the from property.
      Returns:
      possible object is String
    • setFrom

      public void setFrom(String value)
      Sets the value of the from property.
      Parameters:
      value - allowed object is String
    • getTo

      public String getTo()
      Gets the value of the to property.
      Returns:
      possible object is String
    • setTo

      public void setTo(String value)
      Sets the value of the to property.
      Parameters:
      value - allowed object is String
    • getSynapse

      public String getSynapse()
      Gets the value of the synapse property.
      Returns:
      possible object is String
    • setSynapse

      public void setSynapse(String value)
      Sets the value of the synapse property.
      Parameters:
      value - allowed object is String
    • getDestination

      public String getDestination()
      Gets the value of the destination property.
      Returns:
      possible object is String
    • setDestination

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

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