TradeTrace Class Reference

The TradeTrace class is used for retrieving statistical values based on the trading of goods in the actual period. More...

Collaboration diagram for TradeTrace:

Collaboration graph
[legend]

List of all members.

Private Attributes

double overallTradeValue
 The overall value (quantity * price) of the traded goods, incl.
double overallTradeValueWithoutImportExport
 The overall value (quantity * price) of the traded goods, without imports and exports.
double overallSectorTradeValue []
 The overall value (quantity * price) of the traded goods, separated for each sector, incl.
double overallSectorTradeValueWithoutImportExport []
 The overall value (quantity * price) of the traded goods, separated for each sector, without imports and exports.
double overallQuantity
 The overall quantity of the traded goods, incl.
double overallQuantityWithoutImportExport
 The overall quantity of the traded goods, without imports and exports.
double overallSectorQuantity []
 The overall quantity of the traded goods, separated for each sector, incl.
double overallSectorQuantityWithoutImportExport []
 The overall quantity of the traded goods, separated for each sector, without imports and exports.
double overallSectorQuantityBoughtByHouseholds []
 The overall quantity of the traded goods that where bought by households, separated for each sector, incl.
double overallSectorQuantityBoughtByFirmsOfSector [][]
 The overall quantity of the traded goods that where bought by firms, separated for each good sector and also separated for each (buying) firm sector, incl.


Detailed Description

The TradeTrace class is used for retrieving statistical values based on the trading of goods in the actual period.

Each time trading does happen between two agents, this must be reported via TradeTrace.reportTrade. The values are reset to zero at the begin of each period.

Definition at line 18 of file TradeTrace.java.


Member Data Documentation

double overallTradeValue [private]

The overall value (quantity * price) of the traded goods, incl.

imports and exports.

Definition at line 22 of file TradeTrace.java.

double overallTradeValueWithoutImportExport [private]

The overall value (quantity * price) of the traded goods, without imports and exports.

Definition at line 24 of file TradeTrace.java.

double overallSectorTradeValue[] [private]

The overall value (quantity * price) of the traded goods, separated for each sector, incl.

imports and exports.

Definition at line 27 of file TradeTrace.java.

double overallSectorTradeValueWithoutImportExport[] [private]

The overall value (quantity * price) of the traded goods, separated for each sector, without imports and exports.

Definition at line 30 of file TradeTrace.java.

double overallQuantity [private]

The overall quantity of the traded goods, incl.

imports and exports.

Definition at line 32 of file TradeTrace.java.

double overallQuantityWithoutImportExport [private]

The overall quantity of the traded goods, without imports and exports.

Definition at line 34 of file TradeTrace.java.

double overallSectorQuantity[] [private]

The overall quantity of the traded goods, separated for each sector, incl.

imports and exports.

Definition at line 37 of file TradeTrace.java.

double overallSectorQuantityWithoutImportExport[] [private]

The overall quantity of the traded goods, separated for each sector, without imports and exports.

Definition at line 40 of file TradeTrace.java.

double overallSectorQuantityBoughtByHouseholds[] [private]

The overall quantity of the traded goods that where bought by households, separated for each sector, incl.

imports

Definition at line 43 of file TradeTrace.java.

double overallSectorQuantityBoughtByFirmsOfSector[][] [private]

The overall quantity of the traded goods that where bought by firms, separated for each good sector and also separated for each (buying) firm sector, incl.

imports.

Definition at line 47 of file TradeTrace.java.


The documentation for this class was generated from the following file:
Generated on Tue Sep 14 11:11:49 2010 for lagom_generiC by  doxygen 1.5.4