Modifier and Type | Method and Description |
---|---|
CVTerm |
CVTerm.cloneObject()
Creates and returns a deep copy of this
CVTerm object. |
CVTerm |
CVTermList.get(long n) |
CVTerm |
SBase.getCVTerm(long n)
Returns the nth
CVTerm in the list of CVTerms of this SBML
object. |
CVTerm |
CVTerm.getNestedCVTerm(long n)
|
CVTerm |
CVTermList.remove(long n) |
CVTerm |
CVTerm.removeNestedCVTerm(long n)
|
Modifier and Type | Method and Description |
---|---|
void |
CVTermList.add(CVTerm item) |
int |
SBase.addCVTerm(CVTerm term)
Adds a copy of the given
CVTerm object to this SBML object. |
int |
SBase.addCVTerm(CVTerm term,
boolean newBag)
Adds a copy of the given
CVTerm object to this SBML object. |
int |
CVTerm.addNestedCVTerm(CVTerm term)
|
void |
CVTermList.prepend(CVTerm item) |
Constructor and Description |
---|
CVTerm(CVTerm orig)
Copy constructor; creates a copy of a
CVTerm object. |