public class EvidenceImpl extends XReferrableImpl implements Evidence
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Constructor and Description |
|---|
EvidenceImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addConfidence(Score confidence)
Confidence in the containing instance.
|
void |
addEvidenceCode(EvidenceCodeVocabulary evidenceCode)
A pointer to a term in an external controlled vocabulary, such as the GO, PSI-MI or BioCyc
evidence codes, that describes the nature of the support, such as 'traceable author statement'
or 'yeast two-hybrid'.
|
void |
addExperimentalForm(ExperimentalForm experimentalForm)
Adds an experimental form.
|
Set<Score> |
getConfidence()
Confidence in the containing instance.
|
Set<EvidenceCodeVocabulary> |
getEvidenceCode()
A pointer to a term in an external controlled vocabulary, such as the GO, PSI-MI or BioCyc
evidence codes, that describes the nature of the support, such as 'traceable author statement'
or 'yeast two-hybrid'.
|
Set<ExperimentalForm> |
getExperimentalForm()
Contents of this set should not be modified.
|
Class<? extends Evidence> |
getModelInterface()
This method returns the actual model interface that a class implements.
|
void |
removeConfidence(Score confidence)
Confidence in the containing instance.
|
void |
removeEvidenceCode(EvidenceCodeVocabulary evidenceCode)
A pointer to a term in an external controlled vocabulary, such as the GO, PSI-MI or BioCyc
evidence codes, that describes the nature of the support, such as 'traceable author statement'
or 'yeast two-hybrid'.
|
void |
removeExperimentalForm(ExperimentalForm experimentalForm)
Removes an experimental form.
|
protected boolean |
semanticallyEquivalent(BioPAXElement element)
Answers whether two Evidence objects are semantically equivalent.
|
addXref, equivalenceCode, getXref, removeXref, setXrefaddComment, getComment, removeComment, setCommentequals, getAnnotations, getUri, hashCode, isEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddXref, getXref, removeXrefaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getUri, isEquivalentpublic Class<? extends Evidence> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementorg.biopax.paxtools.model package
corresponding to a BioPAX class.public Set<Score> getConfidence()
getConfidence in interface Evidencepublic void addConfidence(Score confidence)
addConfidence in interface Evidenceconfidence - a new confidence measure to addpublic void removeConfidence(Score confidence)
removeConfidence in interface Evidenceconfidence - a confidence measure to be removed.public Set<EvidenceCodeVocabulary> getEvidenceCode()
getEvidenceCode in interface Evidencepublic void addEvidenceCode(EvidenceCodeVocabulary evidenceCode)
addEvidenceCode in interface EvidenceevidenceCode - a new evidence code for this evidence.public void removeEvidenceCode(EvidenceCodeVocabulary evidenceCode)
removeEvidenceCode in interface EvidenceevidenceCode - to be removedpublic Set<ExperimentalForm> getExperimentalForm()
EvidencegetExperimentalForm in interface Evidencepublic void addExperimentalForm(ExperimentalForm experimentalForm)
EvidenceaddExperimentalForm in interface EvidenceexperimentalForm - associated with an evidence instance.public void removeExperimentalForm(ExperimentalForm experimentalForm)
EvidenceremoveExperimentalForm in interface EvidenceexperimentalForm - associated with an evidence instance.protected boolean semanticallyEquivalent(BioPAXElement element)
semanticallyEquivalent in class BioPAXElementImplCopyright © 2018 BioPAX. All rights reserved.