Package org.biopax.paxtools.impl.level3
Class CellularLocationVocabularyImpl
java.lang.Object
org.biopax.paxtools.impl.BioPAXElementImpl
org.biopax.paxtools.impl.level3.L3ElementImpl
org.biopax.paxtools.impl.level3.XReferrableImpl
org.biopax.paxtools.impl.level3.ControlledVocabularyImpl
org.biopax.paxtools.impl.level3.CellularLocationVocabularyImpl
- All Implemented Interfaces:
Serializable,Cloneable,BioPAXElement,CellularLocationVocabulary,ControlledVocabulary,Level3Element,UtilityClass,XReferrable
public class CellularLocationVocabularyImpl
extends ControlledVocabularyImpl
implements CellularLocationVocabulary
- See Also:
-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends CellularLocationVocabulary>This method returns the actual model interface that a class implements.Methods inherited from class org.biopax.paxtools.impl.level3.ControlledVocabularyImpl
addTerm, getTerm, removeTerm, semanticallyEquivalent, setTerm, toStringMethods inherited from class org.biopax.paxtools.impl.level3.XReferrableImpl
addXref, equivalenceCode, getXref, removeXref, setXrefMethods inherited from class org.biopax.paxtools.impl.level3.L3ElementImpl
addComment, getComment, removeComment, setCommentMethods inherited from class org.biopax.paxtools.impl.BioPAXElementImpl
equals, getAnnotations, getUri, hashCode, isEquivalentMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getUri, isEquivalentMethods inherited from interface org.biopax.paxtools.model.level3.ControlledVocabulary
addTerm, getTerm, removeTermMethods inherited from interface org.biopax.paxtools.model.level3.Level3Element
addComment, getComment, removeCommentMethods inherited from interface org.biopax.paxtools.model.level3.XReferrable
addXref, getXref, removeXref
-
Constructor Details
-
CellularLocationVocabularyImpl
public CellularLocationVocabularyImpl()
-
-
Method Details
-
getModelInterface
Description copied from interface:BioPAXElementThis method returns the actual model interface that a class implements.- Specified by:
getModelInterfacein interfaceBioPAXElement- Overrides:
getModelInterfacein classControlledVocabularyImpl- Returns:
- an interface from
org.biopax.paxtools.modelpackage corresponding to a BioPAX class.
-