Class PoissonFiringSynapse

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

public class PoissonFiringSynapse extends Standalone implements org.jvnet.jaxb2_commons.lang.ToString2
Poisson spike generator firing at **averageRate,** which is connected to single **synapse** that is triggered every time a spike is generated, producing an input current. See also **transientPoissonFiringSynapse** . \n :param averageRate: The average rate at which spikes are emitted :type averageRate: per_time

Java class for PoissonFiringSynapse complex type.

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

 <complexType name="PoissonFiringSynapse">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Standalone">
       <attribute name="averageRate" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_pertime" />
       <attribute name="synapse" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="spikeTarget" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • averageRate

      protected String averageRate
    • synapse

      protected String synapse
    • spikeTarget

      protected String spikeTarget
  • Constructor Details

    • PoissonFiringSynapse

      public PoissonFiringSynapse()
  • Method Details

    • getAverageRate

      public String getAverageRate()
      Gets the value of the averageRate property.
      Returns:
      possible object is String
    • setAverageRate

      public void setAverageRate(String value)
      Sets the value of the averageRate 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
    • getSpikeTarget

      public String getSpikeTarget()
      Gets the value of the spikeTarget property.
      Returns:
      possible object is String
    • setSpikeTarget

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

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