Package org.neuroml.model
Class AdExIaFCell
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class AdExIaFCell
extends BaseCellMembPotCap
implements org.jvnet.jaxb2_commons.lang.ToString2
Model based on Brette R and Gerstner W ( 2005 ) Adaptive Exponential Integrate-and-Fire Model as an Effective Description of Neuronal Activity. J Neurophysiol 94:3637-3642
\n
:param gL: Leak conductance
:type gL: conductance
:param EL: Leak reversal potential
:type EL: voltage
:param VT: Spike threshold
:type VT: voltage
:param thresh: Spike detection threshold
:type thresh: voltage
:param reset: Reset potential
:type reset: voltage
:param delT: Slope factor
:type delT: voltage
:param tauw: Adaptation time constant
:type tauw: time
:param refract: Refractory period
:type refract: time
:param a: Sub-threshold adaptation variable
:type a: conductance
:param b: Spike-triggered adaptation variable
:type b: current
:param C: Total capacitance of the cell membrane
:type C: capacitance
Java class for AdExIaFCell complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdExIaFCell"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseCellMembPotCap"> <attribute name="gL" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductance" /> <attribute name="EL" 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="VT" 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="delT" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" /> <attribute name="tauw" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" /> <attribute name="refract" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" /> <attribute name="a" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductance" /> <attribute name="b" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_current" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
Fields inherited from class org.neuroml.model.BaseCellMembPotCap
cap
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) getA()
Gets the value of the a property.getB()
Gets the value of the b property.getDelT()
Gets the value of the delT property.getEL()
Gets the value of the el property.getGL()
Gets the value of the gl property.Gets the value of the refract property.getReset()
Gets the value of the reset property.getTauw()
Gets the value of the tauw property.Gets the value of the thresh property.getVT()
Gets the value of the vt property.void
Sets the value of the a property.void
Sets the value of the b property.void
Sets the value of the delT property.void
Sets the value of the el property.void
Sets the value of the gl property.void
setRefract
(String value) Sets the value of the refract property.void
Sets the value of the reset property.void
Sets the value of the tauw property.void
Sets the value of the thresh property.void
Sets the value of the vt property.toString()
Methods inherited from class org.neuroml.model.BaseCellMembPotCap
getCap, setCap
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
-
gl
-
el
-
reset
-
vt
-
thresh
-
delT
-
tauw
-
refract
-
a
-
b
-
-
Constructor Details
-
AdExIaFCell
public AdExIaFCell()
-
-
Method Details
-
getGL
Gets the value of the gl property.- Returns:
- possible object is
String
-
setGL
Sets the value of the gl property.- Parameters:
value
- allowed object isString
-
getEL
Gets the value of the el property.- Returns:
- possible object is
String
-
setEL
Sets the value of the el 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
-
getVT
Gets the value of the vt property.- Returns:
- possible object is
String
-
setVT
Sets the value of the vt 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
-
getDelT
Gets the value of the delT property.- Returns:
- possible object is
String
-
setDelT
Sets the value of the delT property.- Parameters:
value
- allowed object isString
-
getTauw
Gets the value of the tauw property.- Returns:
- possible object is
String
-
setTauw
Sets the value of the tauw property.- Parameters:
value
- allowed object isString
-
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
-
getA
Gets the value of the a property.- Returns:
- possible object is
String
-
setA
Sets the value of the a property.- Parameters:
value
- allowed object isString
-
getB
Gets the value of the b property.- Returns:
- possible object is
String
-
setB
Sets the value of the b property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classBaseCellMembPotCap
-
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 classBaseCellMembPotCap
-
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 classBaseCellMembPotCap
-