Class ReduceFunctionMapper
- java.lang.Object
-
- org.opennms.netmgt.bsm.service.internal.ReduceFunctionMapper
-
public class ReduceFunctionMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description ReduceFunctionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractReductionFunctionEntity
toPersistenceFunction(ReductionFunction reductionFunction)
ReductionFunction
toServiceFunction(AbstractReductionFunctionEntity reductionFunctionEntity)
-
-
-
Method Detail
-
toServiceFunction
public ReductionFunction toServiceFunction(AbstractReductionFunctionEntity reductionFunctionEntity)
-
toPersistenceFunction
public AbstractReductionFunctionEntity toPersistenceFunction(ReductionFunction reductionFunction)
-
-