public class RateRuleValue extends RuleValue
compartmentIndex, hasOnlySubstanceUnits, hasZeroSpatialDimensions, index, isSetInitialAmount, isSetInitialConcentration, isSpecies, nodeObject, value, valueHolder
Constructor | Description |
---|---|
RateRuleValue(ASTNodeValue nodeObject,
int index) |
|
RateRuleValue(ASTNodeValue nodeObject,
int index,
List<Integer> speciesIndices,
SBMLValueHolder valueHolder) |
Constructor for a rule with a compartment as variable
|
RateRuleValue(ASTNodeValue nodeObject,
int index,
org.sbml.jsbml.Species sp,
int compartmentIndex,
boolean hasZeroSpatialDimensions,
SBMLValueHolder valueHolder) |
Constructor for a rule with a species as variable
|
Modifier and Type | Method | Description |
---|---|---|
void |
processRule(double[] changeRate,
double[] Y,
double time) |
Processes the rule and saves the new value of the corresponding variable in the changeRate vector.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIndex, getValue, processAssignmentVariable
public RateRuleValue(ASTNodeValue nodeObject, int index)
nodeObject
- index
- public RateRuleValue(ASTNodeValue nodeObject, int index, org.sbml.jsbml.Species sp, int compartmentIndex, boolean hasZeroSpatialDimensions, SBMLValueHolder valueHolder)
nodeObject
- index
- sp
- compartmentIndex
- hasZeroSpatialDimensions
- valueHolder
- public RateRuleValue(ASTNodeValue nodeObject, int index, List<Integer> speciesIndices, SBMLValueHolder valueHolder)
nodeObject
- index
- speciesIndices
- valueHolder
- Copyright © 2007–2018. All rights reserved.