Uses of Class
org.biomage.BioAssayData.QuantitationTypeMapping

Packages that use QuantitationTypeMapping
org.biomage.BioAssayData   
org.biomage.Interface   
 

Uses of QuantitationTypeMapping in org.biomage.BioAssayData
 

Fields in org.biomage.BioAssayData declared as QuantitationTypeMapping
protected  QuantitationTypeMapping Transformation.quantitationTypeMapping
          The collection of mappings for the QuantitationTypes.
 

Methods in org.biomage.BioAssayData that return QuantitationTypeMapping
 QuantitationTypeMapping Transformation.getQuantitationTypeMapping()
          Get method for quantitationTypeMapping
 

Methods in org.biomage.BioAssayData with parameters of type QuantitationTypeMapping
 void Transformation.setQuantitationTypeMapping(QuantitationTypeMapping quantitationTypeMapping)
          Set method for quantitationTypeMapping
 

Uses of QuantitationTypeMapping in org.biomage.Interface
 

Methods in org.biomage.Interface that return QuantitationTypeMapping
 QuantitationTypeMapping HasQuantitationTypeMapping.getQuantitationTypeMapping()
          Get method for quantitationTypeMapping
 

Methods in org.biomage.Interface with parameters of type QuantitationTypeMapping
 void HasQuantitationTypeMapping.setQuantitationTypeMapping(QuantitationTypeMapping quantitationTypeMapping)
          Set method for quantitationTypeMapping