net.sourceforge.jasa.report
Class BidPriceReport
java.lang.Object
net.sourceforge.jasa.report.AbstractAuctionReport
net.sourceforge.jasa.report.BidPriceReport
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, AuctionReport
public class BidPriceReport
- extends AbstractAuctionReport
- implements java.io.Serializable, java.lang.Cloneable
A historicalDataReport that keeps cummulative statistics on bid prices, ask prices,
transaction prices, and market quote prices.
- See Also:
- Serialized Form
-
-
Field Summary |
protected SummaryStats |
stats
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stats
protected SummaryStats stats
BidPriceReport
public BidPriceReport()
eventOccurred
public void eventOccurred(SimEvent event)
- Overrides:
eventOccurred
in class AbstractAuctionReport
initialise
public void initialise()
reset
public void reset()
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone
in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException
produceUserOutput
public void produceUserOutput()
- Overrides:
produceUserOutput
in class AbstractAuctionReport
getVariableBindings
public java.util.Map<java.lang.Object,java.lang.Number> getVariableBindings()
- Overrides:
getVariableBindings
in class AbstractAuctionReport
reportHeader
protected void reportHeader()
printStats
protected void printStats(SummaryStats stats)
createReportVars
protected void createReportVars(java.util.Map<java.lang.Object,java.lang.Number> vars,
java.lang.String var,
Distribution stats)
makeVar
protected ReportVariable makeVar(java.lang.String varName,
java.lang.String moment)
getName
public java.lang.String getName()
- Overrides:
getName
in class AbstractAuctionReport