public class BioSourceImpl extends NamedImpl implements BioSource
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Constructor and Description |
|---|
BioSourceImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
equivalenceCode()
If two elements are equivalent, then their equivalence code should be the
same.
|
CellVocabulary |
getCellType()
A cell type, e.g.
|
Class<? extends BioSource> |
getModelInterface()
This method returns the actual model interface that a class implements.
|
TissueVocabulary |
getTissue()
An external controlled vocabulary of tissue types.
|
protected boolean |
semanticallyEquivalent(BioPAXElement element) |
void |
setCellType(CellVocabulary celltype)
A cell type, e.g.
|
void |
setTissue(TissueVocabulary tissue)
An external controlled vocabulary of tissue types.
|
String |
toString() |
addName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, getXref, removeXref, setXrefaddComment, getComment, removeComment, setCommentequals, getAnnotations, getUri, hashCode, isEquivalentclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, getXref, removeXrefaddComment, getComment, removeCommentgetAnnotations, getUri, isEquivalentpublic Class<? extends BioSource> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementorg.biopax.paxtools.model package
corresponding to a BioPAX class.protected boolean semanticallyEquivalent(BioPAXElement element)
semanticallyEquivalent in class BioPAXElementImplpublic int equivalenceCode()
BioPAXElementequivalenceCode in interface BioPAXElementequivalenceCode in class XReferrableImplpublic CellVocabulary getCellType()
BioSourcegetCellType in interface BioSourcepublic void setCellType(CellVocabulary celltype)
BioSourcesetCellType in interface BioSourcecelltype - if this biosource is a cell line or a specific tissue. Null for n/a.public TissueVocabulary getTissue()
BioSourcepublic void setTissue(TissueVocabulary tissue)
BioSourcepublic String toString()
toString in class BioPAXElementImplCopyright © 2016 BioPAX. All rights reserved.