net.sourceforge.jasa.report
Class CurrentPriceReportVariables

java.lang.Object
  extended by net.sourceforge.jasa.report.MarketPriceReportVariables
      extended by net.sourceforge.jasa.report.CurrentPriceReportVariables
All Implemented Interfaces:
java.io.Serializable

public class CurrentPriceReportVariables
extends MarketPriceReportVariables

See Also:
Serialized Form
 

Field Summary
static java.lang.String NAME
           
 
Fields inherited from class net.sourceforge.jasa.report.MarketPriceReportVariables
price, PRICE_VAR, time
 
Constructor Summary
CurrentPriceReportVariables()
           
 
Method Summary
 java.lang.String getName()
           
 double getPrice(RoundFinishedEvent event)
           
 
Methods inherited from class net.sourceforge.jasa.report.MarketPriceReportVariables
compute, dispose, eventOccurred, getNumberOfSeries, getVariableBindings, getX, getxVariableName, getY, getyVariableNames, initialise, onRoundFinished
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

CurrentPriceReportVariables

public CurrentPriceReportVariables()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class MarketPriceReportVariables

getPrice

public double getPrice(RoundFinishedEvent event)
Specified by:
getPrice in class MarketPriceReportVariables