|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simulator.sbml.astnode.ASTNodeObject
org.simulator.sbml.astnode.SpeciesValue
public class SpeciesValue
This class computes and stores values of ASTNodes that refer to a species.
Field Summary | |
---|---|
protected int |
compartmentPosition
The position of the compartment value of the species in the Y vector of the value holder |
protected boolean |
hasOnlySubstanceUnits
The hasOnlySubstanceUnits attribute of the species |
protected java.lang.String |
id
The id of the species |
protected boolean |
isSetInitialAmount
Has the species an initial amount set? |
protected boolean |
isSetInitialConcentration
Has the species an initial concentration set? |
protected int |
position
The position of the species value in the Y vector of the value holder |
protected org.sbml.jsbml.Species |
s
The corresponding species |
protected ValueHolder |
valueHolder
The value holder that stores the current simulation results |
protected boolean |
zeroSpatialDimensions
Has the compartment of the species no spatial dimensions? |
Fields inherited from class org.simulator.sbml.astnode.ASTNodeObject |
---|
alreadyProcessed, booleanValue, children, denominator, doubleValue, exponent, interpreter, isConstant, isDouble, isInfinite, leftChild, logger, mantissa, name, node, nodeType, numChildren, numerator, real, rightChild, time, units |
Constructor Summary | |
---|---|
SpeciesValue(ASTNodeInterpreterWithTime interpreter,
org.sbml.jsbml.ASTNode node,
org.sbml.jsbml.Species s,
ValueHolder valueHolder,
int position,
int compartmentPosition,
boolean zeroSpatialDimensions)
|
Method Summary | |
---|---|
protected void |
computeDoubleValue()
Computes the double value of the node. |
Methods inherited from class org.simulator.sbml.astnode.ASTNodeObject |
---|
compileBoolean, compileDouble, computeBooleanValue, getConstant, getName, getTime, getValue, isName, reset, setTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.sbml.jsbml.Species s
protected java.lang.String id
protected ValueHolder valueHolder
protected boolean isSetInitialAmount
protected boolean hasOnlySubstanceUnits
protected boolean isSetInitialConcentration
protected int position
protected int compartmentPosition
protected boolean zeroSpatialDimensions
Constructor Detail |
---|
public SpeciesValue(ASTNodeInterpreterWithTime interpreter, org.sbml.jsbml.ASTNode node, org.sbml.jsbml.Species s, ValueHolder valueHolder, int position, int compartmentPosition, boolean zeroSpatialDimensions)
interpreter
- node
- s
- valueHolder
- position
- compartmentPosition
- zeroSpatialDimensions
- Method Detail |
---|
protected void computeDoubleValue()
ASTNodeObject
computeDoubleValue
in class ASTNodeObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |