Package org.neuroml.model
Class BaseCellMembPotCap
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.BaseCell
org.neuroml.model.BaseCellMembPotCap
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
AdExIaFCell
,HindmarshRose1984Cell
,Izhikevich2007Cell
Any cell with a membrane potential **v** with voltage units and a membrane capacitance **C.** Also defines exposed value **iSyn** for current due to external synapses and **iMemb** for total transmembrane current ( usually channel currents plus **iSyn** )
\n
:param C: Total capacitance of the cell membrane
:type C: capacitance
Java class for BaseCellMembPotCap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseCellMembPotCap"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseCell"> <attribute name="C" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_capacitance" /> </extension> </complexContent> </complexType>
-
Field Summary
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) getCap()
Gets the value of the cap property.void
Sets the value of the cap 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
-
cap
-
-
Constructor Details
-
BaseCellMembPotCap
public BaseCellMembPotCap()
-
-
Method Details
-
getCap
Gets the value of the cap property.- Returns:
- possible object is
String
-
setCap
Sets the value of the cap 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
-