Modifier and Type | Class and Description |
---|---|
class |
AlgebraicRule
Implementation of SBML's AlgebraicRule construct.
|
class |
AssignmentRule
Implementation of SBML's AssignmentRule construct.
|
class |
RateRule
Implementation of SBML's RateRule construct.
|
Modifier and Type | Method and Description |
---|---|
Rule |
Rule.cloneObject()
Creates and returns a deep copy of this
Rule . |
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 |
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)
|
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 . |