Interface Confidence

    • Field Detail

      • AUTHOR_BASED_CONFIDENCE

        static final String AUTHOR_BASED_CONFIDENCE
        Constant AUTHOR_BASED_CONFIDENCE="author-based confidence"
        See Also:
        Constant Field Values
      • AUTHOR_BASED_CONFIDENCE_MI

        static final String AUTHOR_BASED_CONFIDENCE_MI
        Constant AUTHOR_BASED_CONFIDENCE_MI="MI:1221"
        See Also:
        Constant Field Values
    • Method Detail

      • getType

        CvTerm getType()
        Method used to compute the confidence value. The confidence type is a controlled vocabulary term and it cannot be null. Ex: author-based confidence, statistical-based confidence, ...
        Returns:
        the confidence type
      • getValue

        String getValue()
        The confidence value cannot be null. It can be a numerical or literal value Ex: 'high', 'low', 0.4, ...
        Returns:
        the confidence value