Uses of Class
metricsOverlay.model.metrics.ActualMetric

Packages that use ActualMetric
metricsOverlay.model.metrics Provides metrics and range classes for the model. 
metricsOverlay.xml Provides XML serialisation functionality to the system. 
 

Uses of ActualMetric in metricsOverlay.model.metrics
 

Constructors in metricsOverlay.model.metrics with parameters of type ActualMetric
DerivedMetric(java.lang.String name, ActualMetric met)
          Reduced constructor.
DerivedMetric(java.lang.String name, Range range, ActualMetric met)
          Main constructor.
 

Uses of ActualMetric in metricsOverlay.xml
 

Methods in metricsOverlay.xml that return types with arguments of type ActualMetric
 java.util.Map<java.lang.String,ActualMetric> MetricXMLReader.getMetricMap()