gov.nih.nci.caarray.services.util.netcdf
Class NonNumericQuantitationTypesService
java.lang.Object
gov.nih.nci.caarray.services.util.netcdf.NonNumericQuantitationTypesService
public class NonNumericQuantitationTypesService
- extends java.lang.Object
This class serves up resolution for non-numeric expression values
such as affy calls
- Author:
- gustafsons
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonNumericQuantitationTypesService
public NonNumericQuantitationTypesService()
getNonNumericMap
public java.util.HashMap getNonNumericMap()
- Returns:
- Returns the nonNumericMap.
setNonNumericMap
public void setNonNumericMap(java.util.HashMap nonNumericMapIn)
- Parameters:
nonNumericMap
- The nonNumericMap to set.
getNonNumericQuantitationType
public static NonNumericQuantitationTypes getNonNumericQuantitationType(java.lang.Long quantId)
- Parameters:
quantId
-
- Returns:
- The value resolution for that type
translateQuantitationTypes
public static java.lang.Object[] translateQuantitationTypes(java.lang.Object[] inputObjects,
QuantitationType type)
- Parameters:
inputObjects
- type
-
- Returns:
- the translated values for the input object (value from the code)
translateQuantitationTypes
public static java.lang.Object translateQuantitationTypes(java.lang.Object inputObject,
QuantitationType type)
- Parameters:
inputObject
- type
-
- Returns:
- the translated value for the input object (value from the code)