Interface MetricEntry
- 
- All Known Implementing Classes:
 AreaMetric,DOWMetric,PlayerMetric
interface MetricEntryAMetricEntryimplementation 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.StringgetValue()Retrieves the human-readableStringvalue of theMetricEntry 
 - 
 
- 
- 
Method Detail
- 
getValue
java.lang.String getValue()
Retrieves the human-readableStringvalue of theMetricEntry- Returns:
 - The requested value, formatted as a 
String 
 
 - 
 
 -