Uses of Class
adams.flow.transformer.multiheatmapoperation.AbstractMultiHeatmapOperation
-
Packages that use AbstractMultiHeatmapOperation Package Description adams.flow.transformer adams.flow.transformer.multiheatmapoperation -
-
Uses of AbstractMultiHeatmapOperation in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractMultiHeatmapOperation Modifier and Type Field Description protected AbstractMultiHeatmapOperationMultiHeatmapOperation. m_Operationthe operation to use.Methods in adams.flow.transformer that return AbstractMultiHeatmapOperation Modifier and Type Method Description AbstractMultiHeatmapOperationMultiHeatmapOperation. getOperation()Returns the operation to apply.Methods in adams.flow.transformer with parameters of type AbstractMultiHeatmapOperation Modifier and Type Method Description voidMultiHeatmapOperation. setOperation(AbstractMultiHeatmapOperation value)Sets the operation to apply. -
Uses of AbstractMultiHeatmapOperation in adams.flow.transformer.multiheatmapoperation
Subclasses of AbstractMultiHeatmapOperation in adams.flow.transformer.multiheatmapoperation Modifier and Type Class Description classAddAdds the values of the heatmaps.classAddConstantAdds the specified constant value to all cells in the heatmaps.classPassThroughDummy, just passes through the data.classSubtractSubtracts the values of the other heatmaps from the first one.
-