com.togethersoft.sca.core.plugin.metric
Interface IMetricSurvey


public interface IMetricSurvey

A metric survey holds a measurement result for a single metric.


Method Summary
 IMetric getMetric()
          Returns the metric of this survey.
 AstModel getModel()
          Returns the model of this survey.
 IMetricResult[] getResults()
          Returns the metric results of this survey.
 

Method Detail

getMetric

public IMetric getMetric()
Returns the metric of this survey.

getModel

public AstModel getModel()
Returns the model of this survey.

getResults

public IMetricResult[] getResults()
Returns the metric results of this survey.