18#ifndef __DISCRETE_SYSTEM_MODEL__
19#define __DISCRETE_SYSTEM_MODEL__
21#include "systemmodel.h"
22#include "../pdf/discreteconditionalpdf.h"
Class representing all FULLY Discrete Conditional PDF's.
Class for discrete System Models.
unsigned int NumStatesGet() const
Get the number of discrete states.
virtual ~DiscreteSystemModel()
Destructor.
DiscreteSystemModel(const DiscreteSystemModel &)
Copy constructor.
DiscreteSystemModel(DiscreteConditionalPdf *systempdf=NULL)
Constructor.