|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cuny.cat.stat.TraderReport
public class TraderReport
A report recording information about traders.
Report variables
<trader>.specialist |
the id of the specialist a trader registers with on the current day. |
<trader>.value |
the private value of a trader. |
| Field Summary |
|---|
| Fields inherited from interface edu.cuny.cat.stat.GameReport |
|---|
ACCEPTED, ASK, BID, CONVERGENCE_COEFFICIENT, EFFICIENCY, EQUILIBRIUM, FEE, Formatter, GLOBAL, MARKETSHARE, MAX, MEAN, MIN, PLACED, PRICE, PROFIT, PROFIT_DISPERSION, QUANTITY, SCORE, SHOUT, SPECIALIST, STDEV, TOTAL, TRADER, TRANSACTION, TRANSACTIONRATE, VALUE |
| Constructor Summary | |
|---|---|
TraderReport()
|
|
| Method Summary | |
|---|---|
void |
eventOccurred(AuctionEvent event)
|
java.util.Map<edu.cuny.stat.ReportVariable,?> |
getVariables()
|
void |
produceUserOutput()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TraderReport()
| Method Detail |
|---|
public java.util.Map<edu.cuny.stat.ReportVariable,?> getVariables()
public void produceUserOutput()
produceUserOutput in interface edu.cuny.stat.Report<AuctionEvent>public java.lang.String toString()
toString in class java.lang.Objectpublic void eventOccurred(AuctionEvent event)
eventOccurred in interface AuctionEventListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||