| Modifier and Type | Field and Description |
|---|---|
(package private) double |
appliedValue |
(package private) double |
capacitance |
(package private) double |
current |
(package private) Stimulus |
stimulus |
(package private) BasicStructureNode |
structure |
(package private) double |
value |
| Constructor and Description |
|---|
BasicStateNode(BasicStructureNode bsn) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAppliedValue(DiffusibleQuantity dq) |
double |
getCapacitance(DiffusibleQuantity dq)
gets the capacitance of this node.
|
Stimulus |
getStimulus()
returns true if the node has an active stimulation scheme.
|
StructureNode |
getStructureNode()
gets the properties object holding the non-state information for this
node
|
double |
getValue(DiffusibleQuantity dq) |
void |
setFlux(DiffusibleQuantity dq,
double d) |
void |
setStimulus(Stimulus stim) |
void |
setValue(DiffusibleQuantity dq,
double d) |
BasicStructureNode structure
double value
double current
double capacitance
Stimulus stimulus
double appliedValue
public BasicStateNode(BasicStructureNode bsn)
public double getValue(DiffusibleQuantity dq)
public double getAppliedValue(DiffusibleQuantity dq)
getAppliedValue in interface StateNodepublic void setValue(DiffusibleQuantity dq, double d)
public void setFlux(DiffusibleQuantity dq, double d)
public void setStimulus(Stimulus stim)
setStimulus in interface StateNodepublic Stimulus getStimulus()
StateNodegetStimulus in interface StateNodepublic double getCapacitance(DiffusibleQuantity dq)
getCapacitance in interface StateNodedq - the diffusible quantity for which to get the capacitance.public StructureNode getStructureNode()
StateNodegetStructureNode in interface StateNodeCopyright © 2013. All Rights Reserved.