neuroml.channel
Class PoolVolumeInfo
java.lang.Object
neuroml.channel.PoolVolumeInfo
public class PoolVolumeInfo
- extends java.lang.Object
Information on the volume of the ion pool
Java class for PoolVolumeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PoolVolumeInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="shell_thickness" type="{http://morphml.org/biophysics/schema}LengthValue"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Method Summary |
double |
getShellThickness()
Gets the value of the shellThickness property. |
void |
setShellThickness(double value)
Sets the value of the shellThickness property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
shellThickness
protected double shellThickness
PoolVolumeInfo
public PoolVolumeInfo()
getShellThickness
public double getShellThickness()
- Gets the value of the shellThickness property.
setShellThickness
public void setShellThickness(double value)
- Sets the value of the shellThickness property.
NeuroML API (v1.4)