#include <elementmodel.h>
Inheritance diagram for ElementModel::Node:
Public Attributes | |
unsigned long | id |
The id of the node. | |
NodeType | type |
the type of the node. | |
Transitions | successors |
List of outgoing edges. | |
Transition * | mpt |
Pointer to the most probable outgoing edge. | |
ElementModeler * | modeler |
Pointer to the modeler of the referenced element (used only for element nodes). |
Definition at line 122 of file elementmodel.h.