edu.stanford.smi.protegex.owl.ui.metrics
Class MetricObject

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.ui.metrics.MetricObject

public class MetricObject
extends Object

User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Apr 20, 2005

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm


Field Summary
private  String metricName
           
private  Object value
           
 
Constructor Summary
MetricObject(String metricName, int value)
           
MetricObject(String metricName, Object value)
           
 
Method Summary
 String getMetricName()
           
 Object getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

metricName

private String metricName

value

private Object value
Constructor Detail

MetricObject

public MetricObject(String metricName,
                    Object value)

MetricObject

public MetricObject(String metricName,
                    int value)
Method Detail

getMetricName

public String getMetricName()

getValue

public Object getValue()

toString

public String toString()