Class ContinuousConnectionInstanceW

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

public class ContinuousConnectionInstanceW extends ContinuousConnectionInstance 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. Populations need to be of type **populationList** and contain **instance** and **location** elements. Can be used for analog synapses. Includes setting of **weight** for the connection \n :param weight: :type weight: none

Java class for ContinuousConnectionInstanceW complex type.

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

 <complexType name="ContinuousConnectionInstanceW">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}ContinuousConnectionInstance">
       <attribute name="weight" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • weight

      protected float weight
  • Constructor Details

    • ContinuousConnectionInstanceW

      public ContinuousConnectionInstanceW()
  • Method Details

    • getWeight

      public float getWeight()
      Gets the value of the weight property.
    • setWeight

      public void setWeight(float value)
      Sets the value of the weight property.
    • toString

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