Package org.neuroml.model
Class TransientPoissonFiringSynapse
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.TransientPoissonFiringSynapse
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class TransientPoissonFiringSynapse
extends Standalone
implements org.jvnet.jaxb2_commons.lang.ToString2
Poisson spike generator firing at **averageRate** after a **delay** and for a **duration,** connected to single **synapse** that is triggered every time a spike is generated, providing an input current. Similar to ComponentType **poissonFiringSynapse** .
\n
:param averageRate:
:type averageRate: per_time
:param delay:
:type delay: time
:param duration:
:type duration: time
Java class for TransientPoissonFiringSynapse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransientPoissonFiringSynapse"> <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="delay" 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="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 Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
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 averageRate property.getDelay()
Gets the value of the delay property.Gets the value of the duration property.Gets the value of the spikeTarget property.Gets the value of the synapse property.void
setAverageRate
(String value) Sets the value of the averageRate property.void
Sets the value of the delay property.void
setDuration
(String value) Sets the value of the duration property.void
setSpikeTarget
(String value) Sets the value of the spikeTarget property.void
setSynapse
(String value) Sets the value of the synapse property.toString()
Methods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Field Details
-
averageRate
-
delay
-
duration
-
synapse
-
spikeTarget
-
-
Constructor Details
-
TransientPoissonFiringSynapse
public TransientPoissonFiringSynapse()
-
-
Method Details
-
getAverageRate
Gets the value of the averageRate property.- Returns:
- possible object is
String
-
setAverageRate
Sets the value of the averageRate property.- Parameters:
value
- allowed object isString
-
getDelay
Gets the value of the delay property.- Returns:
- possible object is
String
-
setDelay
Sets the value of the delay 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
-
getSynapse
Gets the value of the synapse property.- Returns:
- possible object is
String
-
setSynapse
Sets the value of the synapse property.- Parameters:
value
- allowed object isString
-
getSpikeTarget
Gets the value of the spikeTarget property.- Returns:
- possible object is
String
-
setSpikeTarget
Sets the value of the spikeTarget 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
-