Marmote Core
The project aims at realizing the prototype of a software environment dedicated to modeling with Markov chains.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations
marmoteMarkovChain.h
1 
2 #ifndef MARMOTEMARKOVCHAIN_H
3 #define MARMOTEMARKOVCHAIN_H
4 
10 
11  public:
18  marmoteMarkovChain( int timeType, int stateSpaceSize );
19 
20  protected:
21  int timeType;
23  String type;
24  marmoteMatrix generator;
27 }
28 
29 #endif
int timeType
Definition: marmoteMarkovChain.h:21
String type
Definition: marmoteMarkovChain.h:23
marmoteMarkovChain(int timeType, int stateSpaceSize)
Definition: marmoteMarkovChain.h:9
int stateSpaceSize
Definition: marmoteMarkovChain.h:22
marmoteMatrix generator
Definition: marmoteMarkovChain.h:24