Uses of Interface
org.uma.jmetal.util.measure.MeasureManager
| Package | Description |
|---|---|
| org.uma.jmetal.util.measure | |
| org.uma.jmetal.util.measure.impl |
-
Uses of MeasureManager in org.uma.jmetal.util.measure
Methods in org.uma.jmetal.util.measure that return MeasureManager Modifier and Type Method Description MeasureManagerMeasurable. getMeasureManager() -
Uses of MeasureManager in org.uma.jmetal.util.measure.impl
Classes in org.uma.jmetal.util.measure.impl that implement MeasureManager Modifier and Type Class Description classSimpleMeasureManagerThisSimpleMeasureManagerprovides a basic implementation to manage a collection ofMeasures.Methods in org.uma.jmetal.util.measure.impl that return MeasureManager Modifier and Type Method Description <Value> MeasureManagerListenerTimeMeasure. wrapManager(MeasureManager wrapped, java.lang.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 MeasureManager Modifier and Type Method Description <Value> MeasureManagerListenerTimeMeasure. wrapManager(MeasureManager wrapped, java.lang.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).