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