Interface IMetricEntity
-
- All Known Implementing Classes:
MetricEntity
public interface IMetricEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricDescriptiongetMetricDesciption()booleanisCompatibleWith(MetricDescription other)
-
-
-
Method Detail
-
getMetricDesciption
MetricDescription getMetricDesciption()
- Returns:
- the metricDesciption
-
isCompatibleWith
boolean isCompatibleWith(MetricDescription other)
- Parameters:
other-- Returns:
-
-