Package org.biopax.paxtools.model.level2
Interface bioSource
- All Superinterfaces:
BioPAXElement,Cloneable,externalReferenceUtilityClass,Level2Element,Serializable,utilityClass
The biological source of an entity (e.g. protein, RNA or DNA). Some entities
are considered source-neutral (e.g. small molecules), and the biological
source of others can be deduced from their constituentss (e.g. complex,
pathway).
Examples: HeLa cells, human, and mouse liver tissue.
-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
Method Summary
Modifier and TypeMethodDescriptiongetNAME()voidsetCELLTYPE(openControlledVocabulary CELLTYPE) voidvoidsetTAXON_XREF(unificationXref TAXON_XREF) voidsetTISSUE(openControlledVocabulary TISSUE) Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getUri, isEquivalentMethods inherited from interface org.biopax.paxtools.model.level2.Level2Element
addCOMMENT, getCOMMENT, removeCOMMENT, setCOMMENT
-
Method Details
-
getCELLTYPE
openControlledVocabulary getCELLTYPE() -
setCELLTYPE
-
getNAME
String getNAME() -
setNAME
-
getTAXON_XREF
unificationXref getTAXON_XREF() -
setTAXON_XREF
-
getTISSUE
openControlledVocabulary getTISSUE() -
setTISSUE
-