CTransition Class Reference
Transition for the Markov
Case. More...
#include <ctheoreticalmodel.h>
Inheritance diagram for CTransition:
List of all members.
Detailed Description
Transition for the Markov Case.
CTransition represents a transition for the Markov case. Stores
the start-state, the end-state and the probability of the
transition. The type of the transition is TRANSITION. With the type
fiel you can determine wether its a CTransition or a CSemiMDPTransition.
Constructor & Destructor Documentation
|
CTransition::CTransition
|
( |
int |
startState,
|
|
|
int |
endState,
|
|
|
double |
prop |
|
) |
|
|
| virtual
CTransition::~CTransition
|
( |
|
) |
[inline,
virtual] |
|
Member Function Documentation
| int
CTransition::getEndState
|
( |
|
) |
|
|
| virtual double
CTransition::getPropability
|
( |
|
) |
[virtual] |
|
| int
CTransition::getStartState
|
( |
|
) |
|
|
| virtual bool
CTransition::isType
|
( |
int |
Type |
) |
[virtual] |
|
| virtual void
CTransition::loadASCII
|
( |
FILE * |
stream,
|
|
|
int |
fixedState,
|
|
|
bool |
forward |
|
) |
[virtual] |
|
| virtual void
CTransition::saveASCII
|
( |
FILE * |
stream,
|
|
|
bool |
forward |
|
) |
[virtual] |
|
| virtual void
CTransition::setPropability
|
( |
double |
prop |
) |
[virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following
file:
|