Package org.neuroml.model
Class IafRefCell
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.BaseCell
org.neuroml.model.IafCell
org.neuroml.model.IafRefCell
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Integrate and fire cell with capacitance **C,** **leakConductance,** **leakReversal** and refractory period **refract**
\n
:param refract:
:type refract: time
:param leakConductance:
:type leakConductance: conductance
:param leakReversal:
:type leakReversal: voltage
:param thresh:
:type thresh: voltage
:param reset:
:type reset: voltage
:param C: Total capacitance of the cell membrane
:type C: capacitance
Java class for IafRefCell complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IafRefCell"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}IafCell"> <attribute name="refract" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.neuroml.model.IafCell
c, leakConductance, leakReversal, reset, thresh
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 refract property.void
setRefract
(String value) Sets the value of the refract property.toString()
Methods inherited from class org.neuroml.model.IafCell
getC, getLeakConductance, getLeakReversal, getReset, getThresh, setC, setLeakConductance, setLeakReversal, setReset, setThresh
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
-
refract
-
-
Constructor Details
-
IafRefCell
public IafRefCell()
-
-
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
-
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 classIafCell
-