Reinforcement Learning Toolbox 2.0
last updated:
General
Documentation
Manual
Tutorial
Class Reference
Master Thesis
Examples
Related Papers
Downloads
Links
News
mailto:webmaster
Main Page     Class Hierarchy   Compound List   File List   Compound Members   File Members

CTransitionList Class Reference

Class for storing Transitions. More...

#include <ctheoreticalmodel.h>

List of all members.



Public Member Functions

  CTransitionList (bool forwardList)
bool  isMember (int featureIndex)
  Returns wether the feature is Member of the Transition.

bool  isForwardList ()
void  addTransition (CTransition *transition)
  Adds a transition.

CTransition getTransition (int featureIndex)
  Returns the Transition with the specified feature as end (forward list) resp. start (backward list) state.

CTransitionList::iterator  getTransitionIterator (int featureIndex)
void  clearAndDelete ()
  Clears the List and deletes all CTransition objects.



Protected Attributes

bool  forwardList
  flag if forward or backward List


Detailed Description

Class for storing Transitions.

Constructor & Destructor Documentation

CTransitionList::CTransitionList bool  forwardList  ) 
 

Member Function Documentation

void CTransitionList::addTransition CTransition transition  ) 
 

Adds a transition.

void CTransitionList::clearAndDelete  ) 
 

Clears the List and deletes all CTransition objects.

CTransition* CTransitionList::getTransition int  featureIndex  ) 
 

Returns the Transition with the specified feature as end (forward list) resp. start (backward list) state.

CTransitionList::iterator CTransitionList::getTransitionIterator int  featureIndex  ) 
 
bool CTransitionList::isForwardList  ) 
 
bool CTransitionList::isMember int  featureIndex  ) 
 

Returns wether the feature is Member of the Transition.

I.e. if the list is a forward list it returns wether the featureIndex can be reached, fi the list is a backward list it returns wether the state "featuerIndex" can reach the assigned state from the List.


Member Data Documentation

bool CTransitionList::forwardList [protected]
 

flag if forward or backward List


The documentation for this class was generated from the following file: