org.biopax.paxtools.impl.level2
Class openControlledVocabularyImpl
java.lang.Object
org.biopax.paxtools.impl.level2.bioPAXElementImpl
org.biopax.paxtools.impl.level2.openControlledVocabularyImpl
- All Implemented Interfaces:
- BioPAXElement, externalReferenceUtilityClass, openControlledVocabulary, utilityClass, XReferrable
public class openControlledVocabularyImpl
- extends bioPAXElementImpl
- implements openControlledVocabulary
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
openControlledVocabularyImpl
public openControlledVocabularyImpl()
isEquivalent
public boolean isEquivalent(BioPAXElement o)
- Not possible to implement - needs to be done manually
TODO: think about this.
- Specified by:
isEquivalent in interface BioPAXElement
- Parameters:
o -
- Returns:
- false
equivalenceCode
public int equivalenceCode()
- Specified by:
equivalenceCode in interface BioPAXElement
getModelInterface
public java.lang.Class getModelInterface()
- Specified by:
getModelInterface in interface BioPAXElement
getXREF
public java.util.Set<xref> getXREF()
- Specified by:
getXREF in interface XReferrable
setXREF
public void setXREF(java.util.Set<xref> XREF)
- Specified by:
setXREF in interface XReferrable
addXREF
public void addXREF(xref XREF)
- Specified by:
addXREF in interface XReferrable
removeXREF
public void removeXREF(xref XREF)
- Specified by:
removeXREF in interface XReferrable
getTERM
public java.util.Set<java.lang.String> getTERM()
- Specified by:
getTERM in interface openControlledVocabulary
setTERM
public void setTERM(java.util.Set<java.lang.String> TERM)
- Specified by:
setTERM in interface openControlledVocabulary
addTERM
public void addTERM(java.lang.String TERM)
- Specified by:
addTERM in interface openControlledVocabulary
removeTERM
public void removeTERM(java.lang.String TERM)
- Specified by:
removeTERM in interface openControlledVocabulary