public interface StateNode
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) |
Stimulus getStimulus()
double getValue(DiffusibleQuantity dq)
double getAppliedValue(DiffusibleQuantity dq)
void setValue(DiffusibleQuantity dq, double d)
void setFlux(DiffusibleQuantity dq, double d)
double getCapacitance(DiffusibleQuantity dq)
dq
- the diffusible quantity for which to get the capacitance.StructureNode getStructureNode()
void setStimulus(Stimulus stim)
Copyright © 2013. All Rights Reserved.