Modifier and Type | Class and Description |
---|---|
class |
AlgebraicRule
An SBML algebraic rule representing 0 = f(W).
|
class |
AssignmentRule
An SBML assignment rule representing x = f(Y).
|
class |
RateRule
An SBML rate rule representing dx/dt = f(Y).
|
Modifier and Type | Method and Description |
---|---|
Rule |
Rule.cloneObject()
Creates and returns a deep copy of this
Rule object. |
Rule |
ListOfRules.get(long n)
Get a
Rule from the ListOfRules . |
Rule |
ListOfRules.get(String sid)
Get a
Rule from the ListOfRules based on its identifier. |
Rule |
Model.getRule(long n)
|
Rule |
Model.getRule(String variable)
Get a
Rule object based on the variable to which it assigns a value. |
Rule |
Model.getRuleByVariable(String variable)
Get a
Rule object based on the variable to which it assigns a value. |
Rule |
ListOfRules.remove(long n)
Removes the nth item from this
ListOfRules items and returns a pointer to
it. |
Rule |
ListOfRules.remove(String sid)
Removes item in this
ListOfRules items with the given identifier. |
Rule |
Model.removeRule(long n)
|
Rule |
Model.removeRule(String variable)
|
Rule |
Model.removeRuleByVariable(String variable)
|
Modifier and Type | Method and Description |
---|---|
int |
Model.addRule(Rule r)
|
Constructor and Description |
---|
Rule(Rule orig)
Copy constructor; creates a copy of this
Rule . |