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
 Cardinality [1..*]
Describes the reference to one or many lists. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ListModifier
ListVariable list
 Cardinality [1]
Describes the reference to a List. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Cardinality [0..1]
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

Cardinality [1..*]
Describes the reference to one or many lists.