AgentSurvey Struct Reference

#include <Output.h>

Collaboration diagram for AgentSurvey:

Collaboration graph
[legend]
List of all members.

Public Attributes

int year
string agentType
int agentID
int agentMouldID
int managerID
Agent_baseagent
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

Detailed Description

Definition at line 68 of file Output.h.


Member Data Documentation

int year

Definition at line 69 of file Output.h.

Referenced by Agent_base::answerStats().

string agentType

Definition at line 70 of file Output.h.

Referenced by Agent_base::answerStats().

int agentID

Definition at line 71 of file Output.h.

Referenced by Agent_base::answerStats().

int agentMouldID

Definition at line 72 of file Output.h.

Referenced by Agent_base::answerStats().

int managerID

Definition at line 73 of file Output.h.

Referenced by Agent_base::answerStats().

Agent_base* agent

Definition at line 74 of file Output.h.

Referenced by Agent_base::answerStats().

bool spatial

Definition at line 75 of file Output.h.

Referenced by Agent_base::answerStats().

double hostPlotID

Definition at line 76 of file Output.h.

Referenced by Agent_base::answerStats().

int hostPlotX

Definition at line 77 of file Output.h.

Referenced by Agent_base::answerStats().

int hostPlotY

Definition at line 78 of file Output.h.

Referenced by Agent_base::answerStats().

double capital

Definition at line 79 of file Output.h.

Referenced by Agent_base::answerStats().

double landCapital

Definition at line 80 of file Output.h.

Referenced by Agent_base::answerStats().

double objectsCapital

Definition at line 81 of file Output.h.

Referenced by Agent_base::answerStats().

double labour

Definition at line 82 of file Output.h.

Referenced by Agent_base::answerStats().

double liquidity

Definition at line 83 of file Output.h.

Referenced by Agent_base::answerStats().

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

Definition at line 85 of file Output.h.

Referenced by Agent_base::answerStats().

double decoupledPayment

Definition at line 86 of file Output.h.

Referenced by Agent_base::answerStats().

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

Definition at line 90 of file Output.h.

Referenced by Agent_base::answerStats().

vector<int> availableObjectsByType

Definition at line 91 of file Output.h.

Referenced by Agent_base::answerStats().

vector<int> newlyAvailableObjectsByType

Definition at line 92 of file Output.h.

Referenced by Agent_base::answerStats().

vector<double> activitiesByType

Definition at line 93 of file Output.h.

Referenced by Agent_base::answerStats(), Output::getSurveyActivityByName(), and Output::getSurveyUnusedLand().


The documentation for this struct was generated from the following file: