Uses of Interface
org.uma.jmetal.util.measure.MeasureManager
Packages that use MeasureManager
-
Uses of MeasureManager in org.uma.jmetal.util.measure
Methods in org.uma.jmetal.util.measure that return MeasureManager -
Uses of MeasureManager in org.uma.jmetal.util.measure.impl
Classes in org.uma.jmetal.util.measure.impl that implement MeasureManagerModifier and TypeClassDescriptionclassThisSimpleMeasureManagerprovides a basic implementation to manage a collection ofMeasures.Methods in org.uma.jmetal.util.measure.impl that return MeasureManagerModifier and TypeMethodDescription<Value> MeasureManagerListenerTimeMeasure.wrapManager(MeasureManager wrapped, Object measureKey) This method wrap aMeasureManager(the wrapped) into another one (the wrapper) which provides the same measures, excepted that anyPushMeasurereturned by the wrapper will be automatically wrapped viaListenerTimeMeasure.wrapMeasure(PushMeasure).Methods in org.uma.jmetal.util.measure.impl with parameters of type MeasureManagerModifier and TypeMethodDescription<Value> MeasureManagerListenerTimeMeasure.wrapManager(MeasureManager wrapped, Object measureKey) This method wrap aMeasureManager(the wrapped) into another one (the wrapper) which provides the same measures, excepted that anyPushMeasurereturned by the wrapper will be automatically wrapped viaListenerTimeMeasure.wrapMeasure(PushMeasure).