|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectneuroml.channel.DecayingPoolModel
public class DecayingPoolModel
Element for parameters in a decaying pool model of ion concentration (e.g. calcium pool)
Java class for DecayingPoolModel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DecayingPoolModel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="resting_conc" type="{http://morphml.org/biophysics/schema}ConcentrationValue"/>
<element name="decay_constant" type="{http://morphml.org/biophysics/schema}TimeConstantValue"/>
<sequence>
<element name="pool_volume_info" type="{http://morphml.org/channelml/schema}PoolVolumeInfo"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected double |
decayConstant
|
protected PoolVolumeInfo |
poolVolumeInfo
|
protected double |
restingConc
|
| Constructor Summary | |
|---|---|
DecayingPoolModel()
|
|
| Method Summary | |
|---|---|
double |
getDecayConstant()
Gets the value of the decayConstant property. |
PoolVolumeInfo |
getPoolVolumeInfo()
Gets the value of the poolVolumeInfo property. |
double |
getRestingConc()
Gets the value of the restingConc property. |
void |
setDecayConstant(double value)
Sets the value of the decayConstant property. |
void |
setPoolVolumeInfo(PoolVolumeInfo value)
Sets the value of the poolVolumeInfo property. |
void |
setRestingConc(double value)
Sets the value of the restingConc property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double restingConc
protected double decayConstant
protected PoolVolumeInfo poolVolumeInfo
| Constructor Detail |
|---|
public DecayingPoolModel()
| Method Detail |
|---|
public double getRestingConc()
public void setRestingConc(double value)
public double getDecayConstant()
public void setDecayConstant(double value)
public PoolVolumeInfo getPoolVolumeInfo()
PoolVolumeInfopublic void setPoolVolumeInfo(PoolVolumeInfo value)
value - allowed object is
PoolVolumeInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||