|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biopax.paxtools.impl.BioPAXElementImpl
org.biopax.paxtools.impl.level3.L3ElementImpl
org.biopax.paxtools.impl.level3.XReferrableImpl
org.biopax.paxtools.impl.level3.EvidenceImpl
@Entity @Indexed public class EvidenceImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.biopax.paxtools.model.BioPAXElement |
|---|
BioPAXElement.Key |
| Field Summary |
|---|
| Fields inherited from class org.biopax.paxtools.impl.BioPAXElementImpl |
|---|
SEARCH_FIELD_AVAILABILITY, SEARCH_FIELD_COMMENT, SEARCH_FIELD_EC_NUMBER, SEARCH_FIELD_KEYWORD, SEARCH_FIELD_NAME, SEARCH_FIELD_SEQUENCE, SEARCH_FIELD_TERM, SEARCH_FIELD_XREF_DB, SEARCH_FIELD_XREF_ID, SEARCH_INDEX_NAME |
| Fields inherited from interface org.biopax.paxtools.model.BioPAXElement |
|---|
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT |
| Constructor Summary | |
|---|---|
EvidenceImpl()
Constructor. |
|
| Method Summary | |
|---|---|
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. |
java.util.Set<Score> |
getConfidence()
Confidence in the containing instance. |
java.util.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'. |
java.util.Set<ExperimentalForm> |
getExperimentalForm()
Contents of this set should not be modified. |
java.lang.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. |
void |
setConfidence(java.util.Set<Score> confidence)
Confidence in the containing instance. |
void |
setEvidenceCode(java.util.Set<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 |
setExperimentalForm(java.util.Set<ExperimentalForm> experimentalForm)
|
| Methods inherited from class org.biopax.paxtools.impl.level3.XReferrableImpl |
|---|
addXref, equivalenceCode, getXref, hasCommonUnificationXref, removeXref, setXref |
| Methods inherited from class org.biopax.paxtools.impl.level3.L3ElementImpl |
|---|
addComment, getComment, removeComment, setComment |
| Methods inherited from class org.biopax.paxtools.impl.BioPAXElementImpl |
|---|
getAnnotations, getProxyId, getRDFId, getVersion, isEquivalent, setProxyId, setRDFId, setVersion, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.biopax.paxtools.model.level3.XReferrable |
|---|
addXref, getXref, removeXref |
| Methods inherited from interface org.biopax.paxtools.model.level3.Level3Element |
|---|
addComment, getComment, removeComment |
| Methods inherited from interface org.biopax.paxtools.model.BioPAXElement |
|---|
equivalenceCode, getAnnotations, getRDFId, isEquivalent |
| Constructor Detail |
|---|
public EvidenceImpl()
| Method Detail |
|---|
public java.lang.Class<? extends Evidence> getModelInterface()
BioPAXElement
getModelInterface in interface BioPAXElementorg.biopax.paxtools.model package
corresponding to a BioPAX class.public java.util.Set<Score> getConfidence()
getConfidence in interface Evidencepublic void setConfidence(java.util.Set<Score> confidence)
confidence - a set of scores representing confidencepublic 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 java.util.Set<EvidenceCodeVocabulary> getEvidenceCode()
getEvidenceCode in interface Evidencepublic void setEvidenceCode(java.util.Set<EvidenceCodeVocabulary> evidenceCode)
evidenceCode - a new set of evidence codes for this evidence type.public 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 java.util.Set<ExperimentalForm> getExperimentalForm()
Evidence
getExperimentalForm in interface Evidencepublic void setExperimentalForm(java.util.Set<ExperimentalForm> experimentalForm)
public void addExperimentalForm(ExperimentalForm experimentalForm)
Evidence
addExperimentalForm in interface EvidenceexperimentalForm - associated with an evidence instance.public void removeExperimentalForm(ExperimentalForm experimentalForm)
Evidence
removeExperimentalForm in interface EvidenceexperimentalForm - associated with an evidence instance.protected boolean semanticallyEquivalent(BioPAXElement element)
semanticallyEquivalent in class XReferrableImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||