![]() |
OTX Reference
|
|
Logical grouping More...
Classes | |
class | GroupRealisation |
Group realisation More... | |
Public Attributes | |
GroupRealisation[] | realisation |
Logical grouping More... | |
![]() | |
System.Boolean | disabled |
To turn on/off a node. A deactivated node is not executed at run time. More... | |
![]() | |
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... | |
System.String | specification |
Descriptive specification More... | |
Logical grouping
The simplest of all compound nodes is the Group node. It can be used to wrap a sequence of nodes together. Nodes contained in a Group form a higher-level unit that can be treated as one logical block by authors. This makes sense especially for nodes that belong together logically. Grouping allows the author to demonstrate this togetherness and to provide clarity through modular sequence design.
Like the Action node, the runtime behaviour of a Group node can be customized for different contexts by applying validities. Context-specific behaviour can be configured by implementing group flows for each anticipated context situation.
GroupRealisation [] OpenTestSystem.Otx.Core.Nodes.Node.CompoundNode.Group.realisation |
Logical grouping