Package org.biopax.paxtools.model.level2
Interface confidence
- All Superinterfaces:
BioPAXElement,Cloneable,Level2Element,Serializable,utilityClass,XReferrable
Confidence that the containing instance actually occurs or exists in vivo,
usually a statistical measure. The xref must contain at least on publication
that describes the method used to determine the confidence. There is
currently no standard way of describing confidence values, so any string is
valid for the confidence value. In the future, a controlled vocabulary of
accepted confidence values could become available, in which case it will
likely be adopted for use here to describe the value.
Examples: The statistical significance of a result, e.g. "p<0.05".
-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
Method Summary
Modifier and TypeMethodDescriptionThe value of the confidence measure.voidsetCONFIDENCE_VALUE(String CONFIDENCE_VALUE) The value of the confidence measure.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
-
getCONFIDENCE_VALUE
String getCONFIDENCE_VALUE()The value of the confidence measure.- Returns:
- A string representation of the confidence value
-
setCONFIDENCE_VALUE
The value of the confidence measure.- Parameters:
CONFIDENCE_VALUE- to be set.
-