public interface Evidence extends UtilityClass, XReferrable
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| 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.
|
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.
|
addXref, getXref, removeXrefaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getModelInterface, getUri, isEquivalentSet<Score> getConfidence()
void addConfidence(Score confidence)
confidence - a new confidence measure to addvoid removeConfidence(Score confidence)
confidence - a confidence measure to be removed.Set<EvidenceCodeVocabulary> getEvidenceCode()
void addEvidenceCode(EvidenceCodeVocabulary evidenceCode)
evidenceCode - a new evidence code for this evidence.void removeEvidenceCode(EvidenceCodeVocabulary evidenceCode)
evidenceCode - to be removedSet<ExperimentalForm> getExperimentalForm()
void addExperimentalForm(ExperimentalForm experimentalForm)
experimentalForm - associated with an evidence instance.void removeExperimentalForm(ExperimentalForm experimentalForm)
experimentalForm - associated with an evidence instance.Copyright © 2018 BioPAX. All rights reserved.