public interface AdditionalMeasureProducer
Modifier and Type | Method and Description |
---|---|
Enumeration |
enumerateMeasures()
Returns an enumeration of the measure names.
|
double |
getMeasure(String measureName)
Returns the value of the named measure
|
Enumeration enumerateMeasures()
double getMeasure(String measureName)
measureName
- the name of the measure to query for its valueIllegalArgumentException
- if the named measure is not supportedCopyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.