| 74 | } |
| 75 | |
| 76 | mitk::StateMachineState::Pointer mitk::StateMachineContainer::GetStartState() const |
| 77 | { |
| 78 | return m_StartState; |
| 79 | } |
| 80 | |
| 81 | /** |
| 82 | * @brief sets the pointers in Transition (setNextState(..)) according to the extracted xml-file content |
no outgoing calls