Class SpikeSourcePoisson

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

public class SpikeSourcePoisson extends Standalone implements org.jvnet.jaxb2_commons.lang.ToString2
Spike source, generating spikes according to a Poisson process. \n :param start: :type start: time :param duration: :type duration: time :param rate: :type rate: per_time

Java class for SpikeSourcePoisson complex type.

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

 <complexType name="SpikeSourcePoisson">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Standalone">
       <attribute name="start" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" />
       <attribute name="duration" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" />
       <attribute name="rate" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_pertime" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • start

      protected String start
    • duration

      protected String duration
    • rate

      protected String rate
  • Constructor Details

    • SpikeSourcePoisson

      public SpikeSourcePoisson()
  • Method Details

    • getStart

      public String getStart()
      Gets the value of the start property.
      Returns:
      possible object is String
    • setStart

      public void setStart(String value)
      Sets the value of the start property.
      Parameters:
      value - allowed object is String
    • getDuration

      public String getDuration()
      Gets the value of the duration property.
      Returns:
      possible object is String
    • setDuration

      public void setDuration(String value)
      Sets the value of the duration property.
      Parameters:
      value - allowed object is String
    • getRate

      public String getRate()
      Gets the value of the rate property.
      Returns:
      possible object is String
    • setRate

      public void setRate(String value)
      Sets the value of the rate 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