org.jbpm.sim.report.dto
Class TimedValue

java.lang.Object
  extended by org.jbpm.sim.report.dto.TimedValue
All Implemented Interfaces:
java.io.Serializable

public class TimedValue
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TimedValue(double time, double value)
           
 
Method Summary
 double getTime()
           
 double getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimedValue

public TimedValue(double time,
                  double value)
Method Detail

getTime

public double getTime()

getValue

public double getValue()


Copyright © 2010 JBoss Community. All Rights Reserved.