Package org.neuroml.model
Class SpikeSourcePoisson
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.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 Summary
FieldsFields inherited from class org.neuroml.model.Standalone
annotation, metaid, notes, property -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) Gets the value of the duration property.getRate()Gets the value of the rate property.getStart()Gets the value of the start property.voidsetDuration(String value) Sets the value of the duration property.voidSets the value of the rate property.voidSets the value of the start property.toString()Methods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Field Details
-
start
-
duration
-
rate
-
-
Constructor Details
-
SpikeSourcePoisson
public SpikeSourcePoisson()
-
-
Method Details
-
getStart
Gets the value of the start property.- Returns:
- possible object is
String
-
setStart
Sets the value of the start property.- Parameters:
value- allowed object isString
-
getDuration
Gets the value of the duration property.- Returns:
- possible object is
String
-
setDuration
Sets the value of the duration property.- Parameters:
value- allowed object isString
-
getRate
Gets the value of the rate property.- Returns:
- possible object is
String
-
setRate
Sets the value of the rate property.- Parameters:
value- allowed object isString
-
toString
- Overrides:
toStringin classStandalone
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classStandalone
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classStandalone
-