net.sourceforge.jasa.report
Class AbstractMarketStatsReport

java.lang.Object
  extended by net.sourceforge.jasa.report.AbstractAuctionReport
      extended by net.sourceforge.jasa.report.AbstractMarketStatsReport
All Implemented Interfaces:
java.io.Serializable, AuctionReport
Direct Known Subclasses:
DynamicConvergenceReport, DynamicSurplusReport

Deprecated.

public abstract class AbstractMarketStatsReport
extends AbstractAuctionReport

A historicalDataReport that performs additional calculations at the end of an market before producing its results.

See Also:
Serialized Form
 

Field Summary
 
Fields inherited from class net.sourceforge.jasa.report.AbstractAuctionReport
auction
 
Constructor Summary
AbstractMarketStatsReport()
          Deprecated.  
AbstractMarketStatsReport(Market auction)
          Deprecated.  
 
Method Summary
abstract  void calculate()
          Deprecated. Perform final calculations at the end of the market.
 void eventOccurred(SimEvent event)
          Deprecated.  
 
Methods inherited from class net.sourceforge.jasa.report.AbstractAuctionReport
getAuction, getName, getVariableBindings, produceUserOutput, setAuction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMarketStatsReport

public AbstractMarketStatsReport(Market auction)
Deprecated. 

AbstractMarketStatsReport

public AbstractMarketStatsReport()
Deprecated. 
Method Detail

eventOccurred

public void eventOccurred(SimEvent event)
Deprecated. 
Overrides:
eventOccurred in class AbstractAuctionReport

calculate

public abstract void calculate()
Deprecated. 
Perform final calculations at the end of the market.