Gadget
Classes | Enumerations
modelvariable.h File Reference
#include "formulavector.h"
#include "areatime.h"
#include "doublematrix.h"
#include "commentstream.h"
#include "timevariable.h"
#include "stockvariable.h"
Include dependency graph for modelvariable.h:
This graph shows which files directly or indirectly include this file:

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 }
 

Enumeration Type Documentation

◆ MVType

enum MVType
Enumerator
MVFORMULA 
MVTIME 
MVSTOCK