OTX Reference  
OpenTestSystem.Otx.Core.Nodes Namespace Reference

OTX sequence (Flow) and nodes (Node) More...

Classes

class  Flow
 Sequence of nodes which represents the program logic. More...
 
class  Node
 Abstract base type for all OTX nodes More...
 

Detailed Description

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.

See also
Nodes.Flow, Nodes.Node