OTX Reference  
OpenTestSystem.Otx.Core.Nodes.Node.CompoundNode.Loop Class Reference

Loop for repeated executions More...

Inheritance diagram for OpenTestSystem.Otx.Core.Nodes.Node.CompoundNode.Loop:
Inheritance graph

Classes

class  LoopRealisation
 Represents the loop realisation More...
 

Public Attributes

LoopRealisation realisation
 Represents the loop realisation More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Nodes.Node
System.Boolean disabled
 To turn on/off a node. A deactivated node is not executed at run time. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.UniversalTypes.NamedAndSpecified
ExtensibleData[] extendedData
 Declares general data for NamedAndSpecified which can be extented by new general data defined in new OTX extensions using the standardised extension mechanism. For example it can be used to specify specification relevant content in a better structured way. More...
 
OtxId id
 Unique identifier of an element More...
 
MetaData metaData
 Additional tool-specific data More...
 
OtxName name
 Name of an element More...
 
NamedAndSpecifiedSpecification[] specification
 Descriptive specification More...
 

Detailed Description

Loop for repeated executions

For repetitive execution of a sequence of nodes. OTX supports several loop configurations which are commonly called (do-)while, for and for-each loop.

Note
Continue and Break nodes have a special meaning for loops.
Since these nodes specify their target by using the targeted loop's name, the name attribute is mandatory for loops, unlike the base type NamedAndSpecified where it is optional.

Member Data Documentation

◆ realisation

LoopRealisation OpenTestSystem.Otx.Core.Nodes.Node.CompoundNode.Loop.realisation

Represents the loop realisation