net.sourceforge.jasa.report
Class ReportVariableBoardUpdater

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

Deprecated. See ReportVariables interface and its implementors.

public class ReportVariableBoardUpdater
extends AbstractAuctionReport

A class updates values of major ReportVariables on ReportVariableBoard.

See Also:
Serialized Form
 

Field Summary
static java.lang.String ALLOCATIVE_EFFICIENCY
          Deprecated.  
protected  double alpha
          Deprecated.  
static java.lang.String CONVERGENCE_COEFFICIENT
          Deprecated.  
static java.lang.String CUMULATIVE_CONVERGENCE_COEFFICIENT
          Deprecated.  
static java.lang.String DAILY_ALLOCATIVE_EFFICIENCY
          Deprecated.  
protected  double eA
          Deprecated.  
static java.lang.String EQUIL_PRICE
          Deprecated.  
protected  double equilPrice
          Deprecated.  
protected  double pCE
          Deprecated.  
static java.lang.String TRANS_ASK_PRICE
          Deprecated.  
static java.lang.String TRANS_BID_PRICE
          Deprecated.  
static java.lang.String TRANS_PRICE
          Deprecated.  
static java.lang.String TRANS_PRICE_MEAN_MYOPIC
          Deprecated.  
static java.lang.String TRANS_PRICE_SPREAD
          Deprecated.  
protected  net.sourceforge.jasa.report.ReportVariableBoardUpdater.TransactionPriceTracker transPriceAuction
          Deprecated.  
protected  net.sourceforge.jasa.report.ReportVariableBoardUpdater.TransactionPriceTracker transPriceDay
          Deprecated.  
protected  FixedLengthQueue transPriceMemory
          Deprecated.  
static ReportVariable VAR_ALLOCATIVE_EFFICIENCY
          Deprecated.  
static ReportVariable VAR_CUMULATIVE_CONVERGENCE_COEFFICIENT
          Deprecated.  
 
Fields inherited from class net.sourceforge.jasa.report.AbstractAuctionReport
auction
 
Constructor Summary
ReportVariableBoardUpdater()
          Deprecated.  
 
Method Summary
 void eventOccurred(SimEvent ev)
          Deprecated.  
 double getAlpha()
          Deprecated.  
 double getEA()
          Deprecated.  
 java.util.Map getVariables()
          Deprecated. 
protected  void initialize()
          Deprecated.  
 void produceUserOutput()
          Deprecated.  
 void reset()
          Deprecated.  
 
Methods inherited from class net.sourceforge.jasa.report.AbstractAuctionReport
getAuction, getName, getVariableBindings, setAuction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANS_PRICE

public static java.lang.String TRANS_PRICE
Deprecated. 

TRANS_ASK_PRICE

public static java.lang.String TRANS_ASK_PRICE
Deprecated. 

TRANS_BID_PRICE

public static java.lang.String TRANS_BID_PRICE
Deprecated. 

TRANS_PRICE_MEAN_MYOPIC

public static java.lang.String TRANS_PRICE_MEAN_MYOPIC
Deprecated. 

TRANS_PRICE_SPREAD

public static java.lang.String TRANS_PRICE_SPREAD
Deprecated. 

CUMULATIVE_CONVERGENCE_COEFFICIENT

public static java.lang.String CUMULATIVE_CONVERGENCE_COEFFICIENT
Deprecated. 

CONVERGENCE_COEFFICIENT

public static java.lang.String CONVERGENCE_COEFFICIENT
Deprecated. 

EQUIL_PRICE

public static java.lang.String EQUIL_PRICE
Deprecated. 

ALLOCATIVE_EFFICIENCY

public static java.lang.String ALLOCATIVE_EFFICIENCY
Deprecated. 

DAILY_ALLOCATIVE_EFFICIENCY

public static java.lang.String DAILY_ALLOCATIVE_EFFICIENCY
Deprecated. 

VAR_CUMULATIVE_CONVERGENCE_COEFFICIENT

public static final ReportVariable VAR_CUMULATIVE_CONVERGENCE_COEFFICIENT
Deprecated. 

VAR_ALLOCATIVE_EFFICIENCY

public static final ReportVariable VAR_ALLOCATIVE_EFFICIENCY
Deprecated. 

equilPrice

protected double equilPrice
Deprecated. 

transPriceMemory

protected FixedLengthQueue transPriceMemory
Deprecated. 

transPriceDay

protected net.sourceforge.jasa.report.ReportVariableBoardUpdater.TransactionPriceTracker transPriceDay
Deprecated. 

transPriceAuction

protected net.sourceforge.jasa.report.ReportVariableBoardUpdater.TransactionPriceTracker transPriceAuction
Deprecated. 

pCE

protected double pCE
Deprecated. 

eA

protected double eA
Deprecated. 

alpha

protected double alpha
Deprecated. 
Constructor Detail

ReportVariableBoardUpdater

public ReportVariableBoardUpdater()
Deprecated. 
Method Detail

initialize

protected void initialize()
Deprecated. 

produceUserOutput

public void produceUserOutput()
Deprecated. 
Overrides:
produceUserOutput in class AbstractAuctionReport

reset

public void reset()
Deprecated. 

getVariables

@Deprecated
public java.util.Map getVariables()
Deprecated. 


eventOccurred

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

getEA

public double getEA()
Deprecated. 

getAlpha

public double getAlpha()
Deprecated.