net.sf.mavenhist.extractor
Class MultiMetric

java.lang.Object
  extended by net.sf.mavenhist.extractor.MultiMetric

public class MultiMetric
extends Object

Metric object that contains the location and the value as a result of a metric.


Constructor Summary
MultiMetric(String location, String value)
          Constructor.
 
Method Summary
 String getLocation()
          Location of the value.
 String getValue()
          Value of the result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiMetric

public MultiMetric(String location,
                   String value)
Constructor.

Parameters:
location - of the measured data.
value - of the measured data.
Method Detail

getLocation

public String getLocation()
Location of the value.

Returns:
the location of the value.

getValue

public String getValue()
Value of the result.

Returns:
the value of the result.


Copyright © 2009. All Rights Reserved.