Package org.neuroml.model
Class SpikeGeneratorRandom
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.SpikeGeneratorRandom
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class SpikeGeneratorRandom
extends Standalone
implements org.jvnet.jaxb2_commons.lang.ToString2
Generator of spikes with a random interspike interval of at least **minISI** and at most **maxISI**
\n
:param maxISI: Maximum interspike interval
:type maxISI: time
:param minISI: Minimum interspike interval
:type minISI: time
Java class for SpikeGeneratorRandom complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpikeGeneratorRandom"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}Standalone"> <attribute name="maxISI" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" /> <attribute name="minISI" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.neuroml.model.Standalone
annotation, metaid, notes, property
-
Constructor Summary
-
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 maxISI property.Gets the value of the minISI property.void
Sets the value of the maxISI property.void
Sets the value of the minISI property.toString()
Methods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Field Details
-
maxISI
-
minISI
-
-
Constructor Details
-
SpikeGeneratorRandom
public SpikeGeneratorRandom()
-
-
Method Details
-
getMaxISI
Gets the value of the maxISI property.- Returns:
- possible object is
String
-
setMaxISI
Sets the value of the maxISI property.- Parameters:
value
- allowed object isString
-
getMinISI
Gets the value of the minISI property.- Returns:
- possible object is
String
-
setMinISI
Sets the value of the minISI property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classStandalone
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
append
in classStandalone
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
appendFields
in classStandalone
-