|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jasa.report.AbstractAuctionReport
net.sourceforge.jasa.report.AbstractMarketStatsReport
net.sourceforge.jasa.report.DynamicSurplusReport
net.sourceforge.jasa.report.PayoffReport
net.sourceforge.jasa.report.GroupPayoffReport
public class GroupPayoffReport
A historicalDataReport that lists the ratio of actual to theoretical profits of each agent group in the market.
AgentGroup
,
Serialized FormField Summary |
---|
Fields inherited from class net.sourceforge.jasa.report.PayoffReport |
---|
table |
Fields inherited from class net.sourceforge.jasa.report.DynamicSurplusReport |
---|
efficiency, equilibriaStats, P_DEF_BASE, P_QUANTITY, quantity, VAR_EFFICIENCY |
Fields inherited from class net.sourceforge.jasa.report.AbstractAuctionReport |
---|
auction |
Constructor Summary | |
---|---|
GroupPayoffReport()
|
Method Summary | |
---|---|
java.lang.Object |
getKey(AbstractTradingAgent agent)
Map an agent onto a group. |
java.lang.String |
getKeyName()
Return user-friendly description of the space of groups. |
java.lang.String |
getReportText()
|
Methods inherited from class net.sourceforge.jasa.report.PayoffReport |
---|
calculate, getMeanPayoff, getNumberOfAgents, getPayoffDistribution, getProfits, getVariableBindings, initialise, produceUserOutput |
Methods inherited from class net.sourceforge.jasa.report.DynamicSurplusReport |
---|
calculateTotalEquilibriumSurplus, calculateTotalProfits, compute, equilibriumSurplus, getEfficiency, getEquilibriumProfits, getQuantity, reset, setAuction, setQuantity, updateStats |
Methods inherited from class net.sourceforge.jasa.report.AbstractMarketStatsReport |
---|
eventOccurred |
Methods inherited from class net.sourceforge.jasa.report.AbstractAuctionReport |
---|
getAuction, getName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupPayoffReport()
Method Detail |
---|
public java.lang.Object getKey(AbstractTradingAgent agent)
PayoffReport
getKey
in class PayoffReport
agent
- The agent to map from.
public java.lang.String getKeyName()
PayoffReport
getKeyName
in class PayoffReport
public java.lang.String getReportText()
getReportText
in class PayoffReport
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |