OTX Reference
|
|
OTX sequence (Flow) and nodes (Node) More...
Classes | |
class | Flow |
Sequence of nodes which represents the program logic. More... | |
class | MutexFlow |
Sequence of nodes which represents the program logic. More... | |
class | Node |
Abstract base type for all OTX nodes. More... | |
OTX sequence (Flow) and nodes (Node)
In OTX a Flow represent a sequence of steps of the program logic. A flow contains OTX nodes (Node) and OTX nodes represent a single steps in the program flow of a procedure.