Ideation Project DA Ruwe
This program provides us with an agent based simulation of an ideation game.
 All Classes Functions Variables
Classes
ideation.Action Interface Reference

Provides possible actions and choices. More...

Inheritance diagram for ideation.Action:
Inheritance graph
[legend]

Classes

enum  action
 The actions available.
enum  choice
 The choices available each round in the format CWXYZ, where W is number of times action NEWIDEA is taken X is number of times action IMPROVE is taken Y is number of times action INVITE is taken Z is number of times action LEISURE is taken.

Detailed Description

This interface gives all implementing classes access to the choices and actions enumerations, thereby allowing the source code to speak: (NEWIDEA is slightly more intuitive than 1). New choices and actions can be added here, but it should be considered that they also have to find a use and appropriate switch environments in other classes have to be extended, too.

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

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