Package org.neuroml.model
Class IafCell
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.BaseCell
org.neuroml.model.IafCell
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
IafRefCell
Integrate and fire cell with capacitance **C,** **leakConductance** and **leakReversal**
\n
: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 IafCell complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IafCell">
<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="C" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_capacitance" />
<attribute name="leakConductance" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductance" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields 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) getC()Gets the value of the c property.Gets the value of the leakConductance property.Gets the value of the leakReversal property.getReset()Gets the value of the reset property.Gets the value of the thresh property.voidSets the value of the c property.voidsetLeakConductance(String value) Sets the value of the leakConductance property.voidsetLeakReversal(String value) Sets the value of the leakReversal property.voidSets the value of the reset property.voidSets the value of the thresh property.toString()Methods 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
-
leakReversal
-
thresh
-
reset
-
c
-
leakConductance
-
-
Constructor Details
-
IafCell
public IafCell()
-
-
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
-
getC
Gets the value of the c property.- Returns:
- possible object is
String
-
setC
Sets the value of the c property.- Parameters:
value- allowed object isString
-
getLeakConductance
Gets the value of the leakConductance property.- Returns:
- possible object is
String
-
setLeakConductance
Sets the value of the leakConductance 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:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classBaseCell
-