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

Packages that use QuantitationTypeMapping
gov.nih.nci.mageom.domain.BioAssayData   
gov.nih.nci.mageom.domain.BioAssayData.impl   
 

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

Methods in gov.nih.nci.mageom.domain.BioAssayData that return QuantitationTypeMapping
 QuantitationTypeMapping Transformation.getQuantitationTypeMapping()
          Returns the value of this Transformation object's quantitationTypeMapping attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData with parameters of type QuantitationTypeMapping
 void Transformation.setQuantitationTypeMapping(QuantitationTypeMapping p_quantitationTypeMapping)
          Sets the quantitationTypeMapping attribute.
 

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

Classes in gov.nih.nci.mageom.domain.BioAssayData.impl that implement QuantitationTypeMapping
 class QuantitationTypeMappingImpl
          Container of the mappings of the input QuantitationType dimensions to the output QuantitationType dimension.
 

Fields in gov.nih.nci.mageom.domain.BioAssayData.impl declared as QuantitationTypeMapping
protected  QuantitationTypeMapping TransformationImpl.quantitationTypeMapping
          rank: 3
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl that return QuantitationTypeMapping
 QuantitationTypeMapping TransformationImpl.getQuantitationTypeMapping()
           
 QuantitationTypeMapping[] QuantitationTypeMappingImpl.searchQuantitationTypeMappings(QuantitationTypeMappingSearchCriteria criteria)
          Returns an array of QuantitationTypeMapping objects that satisfy the given QuantitationTypeMappingSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl with parameters of type QuantitationTypeMapping
 void TransformationImpl.setQuantitationTypeMapping(QuantitationTypeMapping p_quantitationTypeMapping)
          Sets the quantitationTypeMapping attribute.