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

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

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

Classes in gov.nih.nci.mageom.domain.QuantitationType.impl that implement DerivedSignal
 class DerivedSignalImpl
          A calculated measurement of the intensity of a signal, for example, after a transformation involving normalization and/or replicate DesignElements.
 

Methods in gov.nih.nci.mageom.domain.QuantitationType.impl that return DerivedSignal
 DerivedSignal[] DerivedSignalImpl.searchDerivedSignals(DerivedSignalSearchCriteria criteria)
          Returns an array of DerivedSignal objects that satisfy the given DerivedSignalSearchCriteria.