Uses of Interface
gov.nih.nci.mageom.domain.BioAssayData.QuantitationTypeMap

Packages that use QuantitationTypeMap
gov.nih.nci.mageom.domain.BioAssayData   
gov.nih.nci.mageom.domain.BioAssayData.impl   
gov.nih.nci.mageom.domain.QuantitationType   
gov.nih.nci.mageom.domain.QuantitationType.impl   
 

Uses of QuantitationTypeMap in gov.nih.nci.mageom.domain.BioAssayData
 

Methods in gov.nih.nci.mageom.domain.BioAssayData that return QuantitationTypeMap
 QuantitationTypeMap[] QuantitationTypeMapping.getQuantitationTypeMaps()
          Returns the value of this QuantitationTypeMapping object's quantitationTypeMaps attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData with parameters of type QuantitationTypeMap
 void QuantitationTypeMapping.setQuantitationTypeMaps(QuantitationTypeMap[] p_quantitationTypeMaps)
          Sets the quantitationTypeMaps attribute.
 

Uses of QuantitationTypeMap in gov.nih.nci.mageom.domain.BioAssayData.impl
 

Classes in gov.nih.nci.mageom.domain.BioAssayData.impl that implement QuantitationTypeMap
 class QuantitationTypeMapImpl
          A QuantitationTypeMap is the description of how source QuantitationTypes are mathematically transformed into a target QuantitationType.
 

Fields in gov.nih.nci.mageom.domain.BioAssayData.impl declared as QuantitationTypeMap
protected  QuantitationTypeMap[] QuantitationTypeMappingImpl.quantitationTypeMaps
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl that return QuantitationTypeMap
 QuantitationTypeMap[] QuantitationTypeMappingImpl.getQuantitationTypeMaps()
           
 QuantitationTypeMap[] QuantitationTypeMapImpl.searchQuantitationTypeMaps(QuantitationTypeMapSearchCriteria criteria)
          Returns an array of QuantitationTypeMap objects that satisfy the given QuantitationTypeMapSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl with parameters of type QuantitationTypeMap
 void QuantitationTypeMappingImpl.setQuantitationTypeMaps(QuantitationTypeMap[] p_quantitationTypeMaps)
          Sets the quantitationTypeMaps attribute.
 

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

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

Methods in gov.nih.nci.mageom.domain.QuantitationType with parameters of type QuantitationTypeMap
 void QuantitationType.setQuantitationTypeMaps(QuantitationTypeMap[] p_quantitationTypeMaps)
          Sets the quantitationTypeMaps attribute.
 

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

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

Methods in gov.nih.nci.mageom.domain.QuantitationType.impl that return QuantitationTypeMap
 QuantitationTypeMap[] QuantitationTypeImpl.getQuantitationTypeMaps()
           
 

Methods in gov.nih.nci.mageom.domain.QuantitationType.impl with parameters of type QuantitationTypeMap
 void QuantitationTypeImpl.setQuantitationTypeMaps(QuantitationTypeMap[] p_quantitationTypeMaps)
          Sets the quantitationTypeMaps attribute.