Uses of Class
adams.flow.transformer.multimapoperation.AbstractMultiMapOperation
-
Packages that use AbstractMultiMapOperation Package Description adams.flow.transformer adams.flow.transformer.multimapoperation -
-
Uses of AbstractMultiMapOperation in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractMultiMapOperation Modifier and Type Field Description protected AbstractMultiMapOperationMultiMapOperation. m_Operationthe operation to use.Methods in adams.flow.transformer that return AbstractMultiMapOperation Modifier and Type Method Description AbstractMultiMapOperationMultiMapOperation. getOperation()Returns the operation to apply.Methods in adams.flow.transformer with parameters of type AbstractMultiMapOperation Modifier and Type Method Description voidMultiMapOperation. setOperation(AbstractMultiMapOperation value)Sets the operation to apply. -
Uses of AbstractMultiMapOperation in adams.flow.transformer.multimapoperation
Subclasses of AbstractMultiMapOperation in adams.flow.transformer.multimapoperation Modifier and Type Class Description classCommonKeysOutputs the common keys among the maps.classMergeMerges the maps.classPassThroughDummy, just passes through the data.
-