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 AbstractMultiHeatmapOperation
MultiHeatmapOperation. m_Operation
the operation to use.Methods in adams.flow.transformer that return AbstractMultiHeatmapOperation Modifier and Type Method Description AbstractMultiHeatmapOperation
MultiHeatmapOperation. getOperation()
Returns the operation to apply.Methods in adams.flow.transformer with parameters of type AbstractMultiHeatmapOperation Modifier and Type Method Description void
MultiHeatmapOperation. 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 class
Add
Adds the values of the heatmaps.class
AddConstant
Adds the specified constant value to all cells in the heatmaps.class
PassThrough
Dummy, just passes through the data.class
Subtract
Subtracts the values of the other heatmaps from the first one.
-