Package org.neuroml.model
Class Cell2CaPools
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.BaseCell
org.neuroml.model.Cell
org.neuroml.model.Cell2CaPools
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Variant of cell with two independent Ca2+ pools. Cell with **segment** s specified in a **morphology** element along with details on its **biophysicalProperties** . NOTE: this can only be correctly simulated using jLEMS when there is a single segment in the cell, and **v** of this cell represents the membrane potential in that isopotential segment.
Java class for Cell2CaPools complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Cell2CaPools">
<complexContent>
<extension base="{http://www.neuroml.org/schema/neuroml2}Cell">
<sequence>
<element name="biophysicalProperties2CaPools" type="{http://www.neuroml.org/schema/neuroml2}BiophysicalProperties2CaPools" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.neuroml.model.Cell
biophysicalProperties, biophysicalPropertiesAttr, morphology, morphologyAttrFields 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 biophysicalProperties2CaPools property.voidSets the value of the biophysicalProperties2CaPools property.toString()Methods inherited from class org.neuroml.model.Cell
getBiophysicalProperties, getBiophysicalPropertiesAttr, getMorphology, getMorphologyAttr, setBiophysicalProperties, setBiophysicalPropertiesAttr, setMorphology, setMorphologyAttrMethods 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
-
biophysicalProperties2CaPools
-
-
Constructor Details
-
Cell2CaPools
public Cell2CaPools()
-
-
Method Details
-
getBiophysicalProperties2CaPools
Gets the value of the biophysicalProperties2CaPools property.- Returns:
- possible object is
BiophysicalProperties2CaPools
-
setBiophysicalProperties2CaPools
Sets the value of the biophysicalProperties2CaPools property.- Parameters:
value- allowed object isBiophysicalProperties2CaPools
-
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 classCell
-