OTX Reference  
OpenTestSystem.Otx.Core.Actions.ListConcatenate Class Reference

Concatenate two lists More...

Inheritance diagram for OpenTestSystem.Otx.Core.Actions.ListConcatenate:
Inheritance graph

Public Attributes

ListTerm[] otherList
 Describes the reference to a List. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ListModifier
ListVariable list
 Describes the reference to a List. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Concatenate two lists

The ListConcatenate activity concatenates (connects) two lists. No list item changes its position. OtherList appends at the end of List.

Checker rules
CheckerRule.Core_Chk031 - type-safe ListConcatenate

Syntax
ListConcatenate(ListVariable, {ListTerm1, ListTerm2, ...});
Examples
// Local Declarations
List<Integer> List1;
// Flow
ListConcatenate(List1, {{1, 2, 3}, {4, 5}});

Member Data Documentation

◆ otherList

ListTerm [] OpenTestSystem.Otx.Core.Actions.ListConcatenate.otherList

Describes the reference to a List.