Generated by
JDiff

Class org.sbml.jsbml.CVTerm

Added Constructors
CVTerm(XMLNode) @param miriam
 

Added Methods
boolean addNestedCVTerm(CVTerm) Adds a new CVTerm to the .listOfNestedCVTerms.
CVTerm createNestedCVTerm() Creates a new CVTerm element and adds it to the .listOfNestedCVTerms list.
List<CVTerm> getListOfNestedCVTerms() Returns the .listOfNestedCVTerms.
CVTerm getNestedCVTerm(int) Gets an element from the .listOfNestedCVTerms at the given index.
int getNestedCVTermCount() Returns the number of CVTerms in this CVTerm.
int getNumNestedCVTerms() Returns the number of CVTerms in this CVTerm.
boolean isSetListOfNestedCVTerms() Returns {@code true} if .listOfNestedCVTerms contains at least one element.
boolean removeNestedCVTerm(CVTerm) Removes an element from the .listOfNestedCVTerms.
CVTerm removeNestedCVTerm(int) Removes an element from the .listOfNestedCVTerms at the given index.
void setListOfNestedCVTerms(List<CVTerm>) Sets the given {@code ListOf}.
String toXML() @return
XMLNode toXMLNode() @return
boolean unsetListOfNestedCVTerms() Returns {@code true} if .listOfNestedCVTerms contains at least one element, otherwise {@code false}.