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

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

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

Classes in gov.nih.nci.mageom.domain.QuantitationType.impl that implement Failed
 class FailedImpl
          Values associated with this QuantitationType indicate a failure of some kind for a particular DesignElement for a BioAssay.
 

Methods in gov.nih.nci.mageom.domain.QuantitationType.impl that return Failed
 Failed[] FailedImpl.searchFaileds(FailedSearchCriteria criteria)
          Returns an array of Failed objects that satisfy the given FailedSearchCriteria.