Interface MetricEntry
-
- All Known Implementing Classes:
AreaMetric
,DOWMetric
,PlayerMetric
interface MetricEntry
AMetricEntry
implementation denotes a metric of a particular type, e.g. numerical or textual- Author:
- ENG1 Team 23 (Cohort 3)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getValue()
Retrieves the human-readableString
value of theMetricEntry
-
-
-
Method Detail
-
getValue
java.lang.String getValue()
Retrieves the human-readableString
value of theMetricEntry
- Returns:
- The requested value, formatted as a
String
-
-