org.dllearner.utilities.experiments
Class FinalizedMonitor

java.lang.Object
  extended by org.dllearner.utilities.experiments.FinalizedMonitor
All Implemented Interfaces:
Serializable

public class FinalizedMonitor
extends Object
implements Serializable

This a class to make a Jamon monitor persistent

Author:
Sebastian Hellmann
See Also:
Serialized Form

Constructor Summary
FinalizedMonitor(com.jamonapi.Monitor m)
           
 
Method Summary
 double getAvg()
           
 String getHeader()
           
 double getHits()
           
 double getLastValue()
           
 double getMax()
           
 double getMin()
           
 double getStdDev()
           
 double getTotal()
           
 String getUnits()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinalizedMonitor

public FinalizedMonitor(com.jamonapi.Monitor m)
Method Detail

getHeader

public String getHeader()

getUnits

public String getUnits()

getAvg

public double getAvg()

getHits

public double getHits()

getStdDev

public double getStdDev()

getLastValue

public double getLastValue()

getMax

public double getMax()

getMin

public double getMin()

getTotal

public double getTotal()


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann