org.biopax.paxtools.model.level2
Interface confidence

All Superinterfaces:
BioPAXElement, java.lang.Cloneable, Level2Element, java.io.Serializable, utilityClass, XReferrable

public interface confidence
extends 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".


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.biopax.paxtools.model.BioPAXElement
BioPAXElement.Key
 
Field Summary
 
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Method Summary
 java.lang.String getCONFIDENCE_VALUE()
          The value of the confidence measure.
 void setCONFIDENCE_VALUE(java.lang.String CONFIDENCE_VALUE)
          The value of the confidence measure.
 
Methods inherited from interface org.biopax.paxtools.model.level2.XReferrable
addXREF, findCommonPublications, findCommonRelationships, findCommonUnifications, getXREF, removeXREF, setXREF
 
Methods inherited from interface org.biopax.paxtools.model.level2.Level2Element
addCOMMENT, getCOMMENT, removeCOMMENT, setCOMMENT
 
Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getRDFId, isEquivalent
 

Method Detail

getCONFIDENCE_VALUE

java.lang.String getCONFIDENCE_VALUE()
The value of the confidence measure.

Returns:
A string representation of the confidence value

setCONFIDENCE_VALUE

void setCONFIDENCE_VALUE(java.lang.String CONFIDENCE_VALUE)
The value of the confidence measure.

Parameters:
CONFIDENCE_VALUE - to be set.


Copyright © 2011 BioPAX. All Rights Reserved.