Modifier and Type | Method and Description |
---|---|
Transition |
Transition.cloneObject()
Creates and returns a deep copy of this
Transition object. |
Transition |
QualModelPlugin.createTransition()
Creates a new qual object and adds it to the list of qual objects
and returns it.
|
Transition |
ListOfTransitions.get(long n)
Get a
Transition from the ListOfTransitions . |
Transition |
ListOfTransitions.get(String sid)
Get a
Transition from the ListOfTransitions
based on its identifier. |
Transition |
QualModelPlugin.getTransition(long n)
Returns the
Transition object that belongs to the given index. |
Transition |
QualModelPlugin.getTransition(String sid)
Returns the qualitativeSpecies object based on its identifier.
|
Transition |
ListOfTransitions.remove(long n)
Removes the nth
Transition from this ListOfTransitions
and returns a pointer to it. |
Transition |
ListOfTransitions.remove(String sid)
Removes the
Transition from this ListOfTransitions with the given identifier
and returns a pointer to it. |
Transition |
QualModelPlugin.removeTransition(long n)
Removes the nth
Transition object from this plugin object and
returns a pointer to it. |
Transition |
QualModelPlugin.removeTransition(String sid)
Removes the
Transition object with the given id attribute from
this plugin object and returns a pointer to it. |
Modifier and Type | Method and Description |
---|---|
int |
QualModelPlugin.addTransition(Transition transition)
Adds a copy of the given
Transition object to the list of qual. |
Constructor and Description |
---|
Transition(Transition orig)
Copy constructor for
Transition . |