Gadget
|
#include "formulavector.h"
#include "areatime.h"
#include "doublematrix.h"
#include "commentstream.h"
#include "timevariable.h"
#include "stockvariable.h"
Go to the source code of this file.
Classes | |
class | ModelVariable |
This is the base class used to calculate the value of variables used in the model simulation that are based on other values within the model. This can be used to calculate values that can change due to time (using the TimeVariable class) or values that are based on stock population (using the StockVariable class). More... | |
Enumerations | |
enum | MVType { MVFORMULA = 1 , MVTIME , MVSTOCK } |
enum MVType |