net.sourceforge.jasa.report
Class VeracityReport

java.lang.Object
  extended by net.sourceforge.jasa.report.AbstractAuctionReport
      extended by net.sourceforge.jasa.report.VeracityReport
All Implemented Interfaces:
java.io.Serializable, AuctionReport

public class VeracityReport
extends AbstractAuctionReport

See Also:
Serialized Form
 

Field Summary
static ReportVariable VAR_VERACITY_MEAN
           
static ReportVariable VAR_VERACITY_STDEV
           
protected  SummaryStats veracity
           
 
Fields inherited from class net.sourceforge.jasa.report.AbstractAuctionReport
auction
 
Constructor Summary
VeracityReport()
           
 
Method Summary
 void eventOccurred(SimEvent event)
           
 java.util.Map<java.lang.Object,java.lang.Number> getVariableBindings()
           
 void produceUserOutput()
           
 void recordVeracity(Order shout)
           
 void reset()
           
 
Methods inherited from class net.sourceforge.jasa.report.AbstractAuctionReport
getAuction, getName, setAuction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

veracity

protected SummaryStats veracity

VAR_VERACITY_MEAN

public static final ReportVariable VAR_VERACITY_MEAN

VAR_VERACITY_STDEV

public static final ReportVariable VAR_VERACITY_STDEV
Constructor Detail

VeracityReport

public VeracityReport()
Method Detail

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

eventOccurred

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

recordVeracity

public void recordVeracity(Order shout)

reset

public void reset()