public interface AdditionalMeasureProducer
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration |
enumerateMeasures()
Returns an enumeration of the measure names.
|
double |
getMeasure(java.lang.String measureName)
Returns the value of the named measure
|
java.util.Enumeration enumerateMeasures()
double getMeasure(java.lang.String measureName)
measureName
- the name of the measure to query for its valuejava.lang.IllegalArgumentException
- if the named measure is not supported