Package org.neuroml.model
Class IafTauCell
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.BaseCell
org.neuroml.model.IafTauCell
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
IafTauRefCell
Integrate and fire cell which returns to its leak reversal potential of **leakReversal** with a time constant **tau**
\n
:param leakReversal:
:type leakReversal: voltage
:param tau:
:type tau: time
:param thresh: The membrane potential at which to emit a spiking event and reset voltage
:type thresh: voltage
:param reset: The value the membrane potential is reset to on spiking
:type reset: voltage
Java class for IafTauCell complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IafTauCell"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseCell"> <attribute name="leakReversal" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" /> <attribute name="thresh" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" /> <attribute name="reset" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" /> <attribute name="tau" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
Fields inherited from class org.neuroml.model.BaseCell
neuroLexId
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 leakReversal property.getReset()
Gets the value of the reset property.getTau()
Gets the value of the tau property.Gets the value of the thresh property.void
setLeakReversal
(String value) Sets the value of the leakReversal property.void
Sets the value of the reset property.void
Sets the value of the tau property.void
Sets the value of the thresh property.toString()
Methods inherited from class org.neuroml.model.BaseCell
getNeuroLexId, setNeuroLexId
Methods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Field Details
-
leakReversal
-
thresh
-
reset
-
tau
-
-
Constructor Details
-
IafTauCell
public IafTauCell()
-
-
Method Details
-
getLeakReversal
Gets the value of the leakReversal property.- Returns:
- possible object is
String
-
setLeakReversal
Sets the value of the leakReversal property.- Parameters:
value
- allowed object isString
-
getThresh
Gets the value of the thresh property.- Returns:
- possible object is
String
-
setThresh
Sets the value of the thresh property.- Parameters:
value
- allowed object isString
-
getReset
Gets the value of the reset property.- Returns:
- possible object is
String
-
setReset
Sets the value of the reset property.- Parameters:
value
- allowed object isString
-
getTau
Gets the value of the tau property.- Returns:
- possible object is
String
-
setTau
Sets the value of the tau property.- Parameters:
value
- allowed object isString
-
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
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 classBaseCell
-