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