Package org.neuroml.model
Class IafTauRefCell
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.BaseCell
org.neuroml.model.IafTauCell
org.neuroml.model.IafTauRefCell
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Integrate and fire cell which returns to its leak reversal potential of **leakReversal** with a time course **tau.** It has a refractory period of **refract** after spiking
\n
:param refract:
:type refract: time
: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 IafTauRefCell complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IafTauRefCell">
<complexContent>
<extension base="{http://www.neuroml.org/schema/neuroml2}IafTauCell">
<attribute name="refract" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.neuroml.model.IafTauCell
leakReversal, reset, tau, threshFields inherited from class org.neuroml.model.BaseCell
neuroLexIdFields 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 refract property.voidsetRefract(String value) Sets the value of the refract property.toString()Methods inherited from class org.neuroml.model.IafTauCell
getLeakReversal, getReset, getTau, getThresh, setLeakReversal, setReset, setTau, setThreshMethods inherited from class org.neuroml.model.BaseCell
getNeuroLexId, setNeuroLexIdMethods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Field Details
-
refract
-
-
Constructor Details
-
IafTauRefCell
public IafTauRefCell()
-
-
Method Details
-
getRefract
Gets the value of the refract property.- Returns:
- possible object is
String
-
setRefract
Sets the value of the refract property.- Parameters:
value- allowed object isString
-
toString
- Overrides:
toStringin classIafTauCell
-
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 classIafTauCell
-
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 classIafTauCell
-