Modifier and Type | Method and Description |
---|---|
Reaction |
Reaction.cloneObject()
Creates and returns a deep copy of this
Reaction . |
Reaction |
Model.createReaction()
|
Reaction |
ListOfReactions.get(long n)
Get a
Reaction from the ListOfReactions . |
Reaction |
ListOfReactions.get(String sid)
Get a
Reaction from the ListOfReactions
based on its identifier. |
Reaction |
Model.getReaction(long n)
|
Reaction |
Model.getReaction(String sid)
Get a
Reaction object based on its identifier. |
Reaction |
ListOfReactions.remove(long n)
Removes the nth item from this
ListOfReactions items and returns a pointer to
it. |
Reaction |
ListOfReactions.remove(String sid)
Removes item in this
ListOfReactions items with the given identifier. |
Reaction |
Model.removeReaction(long n)
|
Reaction |
Model.removeReaction(String sid)
|
Modifier and Type | Method and Description |
---|---|
int |
Model.addReaction(Reaction r)
|
Constructor and Description |
---|
Reaction(Reaction orig)
Copy constructor; creates a copy of this
Reaction . |