| Modifier and Type | Method and Description |
|---|---|
Output |
Output.cloneObject()
Creates and returns a deep copy of this
Output object. |
Output |
Transition.createOutput()
Creates a new
Output object, adds it to this Transition's
ListOfOutputs and returns the Output object created. |
Output |
ListOfOutputs.get(long n)
Get a
Output from the ListOfOutputs. |
Output |
ListOfOutputs.get(java.lang.String sid)
Get a
Output from the ListOfOutputs
based on its identifier. |
Output |
ListOfOutputs.getBySpecies(java.lang.String sid)
Get a
Output from the ListOfOutputs
based on the qualitativeSpecies to which it refers. |
Output |
Transition.getOutput(long n)
Get a
Output from the ListOfOutputs. |
Output |
Transition.getOutput(java.lang.String sid)
Get a
Output from the ListOfOutputs
based on its identifier. |
Output |
Transition.getOutputBySpecies(java.lang.String sid)
Get a
Output from the ListOfOutputs
based on its qualitativeSpecies attribute. |
Output |
ListOfOutputs.remove(long n)
Removes the nth
Output from this ListOfOutputs
and returns a pointer to it. |
Output |
ListOfOutputs.remove(java.lang.String sid)
Removes the
Output from this ListOfOutputs with the given identifier
and returns a pointer to it. |
Output |
Transition.removeOutput(long n)
|
Output |
Transition.removeOutput(java.lang.String sid)
Removes the
Output with the given identifier from the ListOfOutputs within this Transition
and returns a pointer to it. |
| Modifier and Type | Method and Description |
|---|---|
int |
Transition.addOutput(Output o)
Adds a copy the given
Output to this Transition. |
| Constructor and Description |
|---|
Output(Output orig)
Copy constructor for
Output. |