br.com.oncast.dev.lobo.eval
Class MetricValue

java.lang.Object
  extended by br.com.oncast.dev.lobo.eval.MetricValue

public class MetricValue
extends java.lang.Object

A metric value.


Field Summary
 java.lang.String name
          The metric name.
 double value
          The metric value.
 
Constructor Summary
MetricValue(java.lang.String name, double value)
          Creates a new instance of MetricValue.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public final java.lang.String name
The metric name.


value

public final double value
The metric value.

Constructor Detail

MetricValue

public MetricValue(java.lang.String name,
                   double value)
Creates a new instance of MetricValue.

Parameters:
name - the metric name.
value - the metric value.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()