OTX Reference  
OpenTestSystem.Otx.Core.Nodes.Node.CompoundNode.Branch.BranchRealisation.ConditionalFlow Class Reference

Conditional flow More...

Classes

class  ConditionHeader
 Condition that has to return true in order to execute the branch. For the last branch at the right hand side no condition is necessary. More...
 

Public Attributes

ConditionHeader condition
 Condition that has to return true in order to execute the branch. For the last branch at the right hand side no condition is necessary. More...
 
Flow flow
 The flow to be carried out when the condition holds. More...
 

Detailed Description

Conditional flow

Member Data Documentation

◆ condition

ConditionHeader OpenTestSystem.Otx.Core.Nodes.Node.CompoundNode.Branch.BranchRealisation.ConditionalFlow.condition

Condition that has to return true in order to execute the branch. For the last branch at the right hand side no condition is necessary.

◆ flow

Flow OpenTestSystem.Otx.Core.Nodes.Node.CompoundNode.Branch.BranchRealisation.ConditionalFlow.flow

The flow to be carried out when the condition holds.