Class SimpleMeasure<Value>

java.lang.Object
org.uma.jmetal.util.naming.impl.SimpleDescribedEntity
org.uma.jmetal.util.measure.impl.SimpleMeasure<Value>
Type Parameters:
Value -
All Implemented Interfaces:
Serializable, Measure<Value>, DescribedEntity
Direct Known Subclasses:
SimplePullMeasure, SimplePushMeasure

public class SimpleMeasure<Value> extends SimpleDescribedEntity implements Measure<Value>
SimpleMeasure is a basic implementation of Measure. It provides a basic support for the most generic properties required by this interface.
Author:
Matthieu Vergne
See Also: