Ideation Project DA Ruwe
This program provides us with an agent based simulation of an ideation game.
 All Classes Functions Variables
Public Member Functions | Package Functions
ideation.Cheque Class Reference

Provides a structure for payments. More...

List of all members.

Public Member Functions

double getAmount ()

Package Functions

 Cheque (Period period, Agent agent, double amount)
 external Constructor for a cheque.

Detailed Description

This class provides a structure for payments. If a payment is to be made, a cheque is created. The class where this is applicable is Choice#reward(double), because we always reward choices. In this way, it is always known what was rewarded. Since every choice belongs to an Agent, the agent has the possibility to find out how many rewards it got.

Author:
Ruediger Ruwe <ruediger.ruwe @ rwth-aachen.de>
Version:
1.0
Since:
01.06.2012

Constructor & Destructor Documentation

ideation.Cheque.Cheque ( Period  period,
Agent  agent,
double  amount 
) [package]
Parameters:
periodthe period for which the reward is to be given.
agentthe agent that is to be awarded amount the height of the reward in euro

Member Function Documentation

Returns:
amount amount

The documentation for this class was generated from the following file:
 All Classes Functions Variables