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