AssignmentRuleEvaluator

class AssignmentRuleEvaluator : public libsbml::SBMLVisitor

Attaches to an existing symbol forest and applies any asigment rule found in the model to the forest.

Public Functions

AssignmentRuleEvaluator(SymbolForest &symbols)
void evaluate(const libsbml::Model &model)
virtual bool visit(const libsbml::AssignmentRule &x)

Protected Attributes

SymbolForest &symbols