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

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

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

Subinterfaces of StandardQuantitationType in gov.nih.nci.mageom.domain.QuantitationType
 interface ConfidenceIndicator
          Indication of some measure of confidence for a standard quantitation type.
 interface DerivedSignal
          A calculated measurement of the intensity of a signal, for example, after a transformation involving normalization and/or replicate DesignElements.
 interface Error
          Error measurement of a quantitation.
 interface ExpectedValue
          Indication of what value is expected of the associated standard quantitation type.
 interface Failed
          Values associated with this QuantitationType indicate a failure of some kind for a particular DesignElement for a BioAssay.
 interface MeasuredSignal
          Best measure from feature extraction as to the presence and intensity of the signal.
 interface PresentAbsent
          Indicates relative presence or absence.
 interface PValue
          Measurement of the accuracy of a quantitation.
 interface Ratio
          The ratio of two or more signals, typically between two channels.
 

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

Classes in gov.nih.nci.mageom.domain.QuantitationType.impl that implement StandardQuantitationType
 class ConfidenceIndicatorImpl
          Indication of some measure of confidence for a standard quantitation type.
 class DerivedSignalImpl
          A calculated measurement of the intensity of a signal, for example, after a transformation involving normalization and/or replicate DesignElements.
 class ErrorImpl
          Error measurement of a quantitation.
 class ExpectedValueImpl
          Indication of what value is expected of the associated standard quantitation type.
 class FailedImpl
          Values associated with this QuantitationType indicate a failure of some kind for a particular DesignElement for a BioAssay.
 class MeasuredSignalImpl
          Best measure from feature extraction as to the presence and intensity of the signal.
 class PresentAbsentImpl
          Indicates relative presence or absence.
 class PValueImpl
          Measurement of the accuracy of a quantitation.
 class RatioImpl
          The ratio of two or more signals, typically between two channels.
 class StandardQuantitationTypeImpl
          Superclass for the named quantitation type.
 

Methods in gov.nih.nci.mageom.domain.QuantitationType.impl that return StandardQuantitationType
 StandardQuantitationType[] StandardQuantitationTypeImpl.searchStandardQuantitationTypes(StandardQuantitationTypeSearchCriteria criteria)
          Returns an array of StandardQuantitationType objects that satisfy the given StandardQuantitationTypeSearchCriteria.