#include <Output.h>
Collaboration diagram for AgentSurvey:
Public Attributes | |
int | year |
string | agentType |
int | agentID |
int | agentMouldID |
int | managerID |
Agent_base * | agent |
bool | spatial |
double | hostPlotID |
int | hostPlotX |
int | hostPlotY |
double | capital |
double | landCapital |
double | objectsCapital |
double | labour |
double | liquidity |
double | netProductionProfit |
z of the production solve() minus the couled premium | |
double | coupledPremiums |
double | decoupledPayment |
double | lastSunkCostsPaid |
rental costs and other sunk costs (e.g. capital depreciation) | |
vector< int > | ownedPlotsByAllTypes |
vector< int > | rentedPlotsByAllTypes |
vector< int > | ownedObjectsByType |
vector< int > | availableObjectsByType |
vector< int > | newlyAvailableObjectsByType |
vector< double > | activitiesByType |
Definition at line 68 of file Output.h.
int year |
string agentType |
int agentID |
int agentMouldID |
int managerID |
bool spatial |
double hostPlotID |
int hostPlotX |
int hostPlotY |
double capital |
double landCapital |
double objectsCapital |
double labour |
double liquidity |
double netProductionProfit |
z of the production solve() minus the couled premium
Definition at line 84 of file Output.h.
Referenced by Agent_base::answerStats().
double coupledPremiums |
double decoupledPayment |
double lastSunkCostsPaid |
rental costs and other sunk costs (e.g. capital depreciation)
Definition at line 87 of file Output.h.
Referenced by Agent_base::answerStats().
vector<int> ownedPlotsByAllTypes |
Definition at line 88 of file Output.h.
Referenced by Agent_base::answerStats(), and Output::getSurveyUnusedLand().
vector<int> rentedPlotsByAllTypes |
Definition at line 89 of file Output.h.
Referenced by Agent_base::answerStats(), and Output::getSurveyUnusedLand().
vector<int> ownedObjectsByType |
vector<int> availableObjectsByType |
vector<int> newlyAvailableObjectsByType |
vector<double> activitiesByType |
Definition at line 93 of file Output.h.
Referenced by Agent_base::answerStats(), Output::getSurveyActivityByName(), and Output::getSurveyUnusedLand().