Package org.uma.jmetal.util.measure
Interface Measurable
public interface Measurable
A
Measurable entity is an entity which provides one or several
Measures. To keep it simple, these Measures are provided
through a MeasureManager.- Author:
- Created by Antonio J. Nebro on 21/10/14 based on the ideas of Matthieu Vergne
-
Method Summary
-
Method Details
-
getMeasureManager
MeasureManager getMeasureManager()- Returns:
- the
MeasureManagerwhich stores all theMeasures supported by thisMeasurableentity
-