Package org.biopax.paxtools.model.level2
Interface evidence
- All Superinterfaces:
BioPAXElement,Cloneable,Level2Element,Serializable,utilityClass,XReferrable
-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCONFIDENCE(confidence CONFIDENCE) voidaddEVIDENCE_CODE(openControlledVocabulary EVIDENCE_CODE) voidaddEXPERIMENTAL_FORM(experimentalForm EXPERIMENTAL_FORM) voidremoveCONFIDENCE(confidence CONFIDENCE) voidremoveEVIDENCE_CODE(openControlledVocabulary EVIDENCE_CODE) voidremoveEXPERIMENTAL_FORM(experimentalForm EXPERIMENTAL_FORM) voidsetCONFIDENCE(Set<confidence> CONFIDENCE) voidsetEVIDENCE_CODE(Set<openControlledVocabulary> EVIDENCE_CODE) voidsetEXPERIMENTAL_FORM(Set<experimentalForm> EXPERIMENTAL_FORM) 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, setCOMMENTMethods inherited from interface org.biopax.paxtools.model.level2.XReferrable
addXREF, findCommonPublications, findCommonRelationships, findCommonUnifications, getXREF, removeXREF, setXREF
-
Method Details
-
addCONFIDENCE
-
addEVIDENCE_CODE
-
addEXPERIMENTAL_FORM
-
getCONFIDENCE
Set<confidence> getCONFIDENCE() -
getEVIDENCE_CODE
Set<openControlledVocabulary> getEVIDENCE_CODE() -
getEXPERIMENTAL_FORM
Set<experimentalForm> getEXPERIMENTAL_FORM() -
removeCONFIDENCE
-
removeEVIDENCE_CODE
-
removeEXPERIMENTAL_FORM
-
setCONFIDENCE
-
setEVIDENCE_CODE
-
setEXPERIMENTAL_FORM
-