Uses of Interface
gov.nih.nci.mageom.domain.QuantitationType.ConfidenceIndicator

Packages that use ConfidenceIndicator
gov.nih.nci.mageom.domain.QuantitationType   
gov.nih.nci.mageom.domain.QuantitationType.impl   
 

Uses of ConfidenceIndicator in gov.nih.nci.mageom.domain.QuantitationType
 

Subinterfaces of ConfidenceIndicator in gov.nih.nci.mageom.domain.QuantitationType
 interface Error
          Error measurement of a quantitation.
 interface ExpectedValue
          Indication of what value is expected of the associated standard quantitation type.
 interface PValue
          Measurement of the accuracy of a quantitation.
 

Methods in gov.nih.nci.mageom.domain.QuantitationType that return ConfidenceIndicator
 ConfidenceIndicator[] QuantitationType.getConfidenceIndicators()
          Returns the value of this QuantitationType object's confidenceIndicators attribute.
 

Methods in gov.nih.nci.mageom.domain.QuantitationType with parameters of type ConfidenceIndicator
 void QuantitationType.setConfidenceIndicators(ConfidenceIndicator[] p_confidenceIndicators)
          Sets the confidenceIndicators attribute.
 

Uses of ConfidenceIndicator in gov.nih.nci.mageom.domain.QuantitationType.impl
 

Classes in gov.nih.nci.mageom.domain.QuantitationType.impl that implement ConfidenceIndicator
 class ConfidenceIndicatorImpl
          Indication of some measure of confidence for a standard quantitation type.
 class ErrorImpl
          Error measurement of a quantitation.
 class ExpectedValueImpl
          Indication of what value is expected of the associated standard quantitation type.
 class PValueImpl
          Measurement of the accuracy of a quantitation.
 

Fields in gov.nih.nci.mageom.domain.QuantitationType.impl declared as ConfidenceIndicator
protected  ConfidenceIndicator[] QuantitationTypeImpl.confidenceIndicators
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.QuantitationType.impl that return ConfidenceIndicator
 ConfidenceIndicator[] QuantitationTypeImpl.getConfidenceIndicators()
           
 ConfidenceIndicator[] ConfidenceIndicatorImpl.searchConfidenceIndicators(ConfidenceIndicatorSearchCriteria criteria)
          Returns an array of ConfidenceIndicator objects that satisfy the given ConfidenceIndicatorSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.QuantitationType.impl with parameters of type ConfidenceIndicator
 void QuantitationTypeImpl.setConfidenceIndicators(ConfidenceIndicator[] p_confidenceIndicators)
          Sets the confidenceIndicators attribute.