Uses of Class
de.unirostock.sems.bives.sbml.parser.SBMLRule
-
Packages that use SBMLRule Package Description de.unirostock.sems.bives.sbml.parser -
-
Uses of SBMLRule in de.unirostock.sems.bives.sbml.parser
Subclasses of SBMLRule in de.unirostock.sems.bives.sbml.parser Modifier and Type Class Description class
SBMLAlgebraicRule
The Class SBMLAlgebraicRule used to express equations that are neither assignments of model variables nor rates of change.class
SBMLAssignmentRule
The Class SBMLAssignmentRule used to express equations that set the values of variables.class
SBMLRateRule
The Class SBMLRateRule used to express equations that determine the rates of change of variables.Methods in de.unirostock.sems.bives.sbml.parser that return types with arguments of type SBMLRule Modifier and Type Method Description List<SBMLRule>
SBMLModel. getRules()
Gets the rules.
-