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

Appends items to the list. More...

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

Public Attributes

Term[] item
 Cardinality [1..*]
Describes one or more items for the list operation. 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

Appends items to the list.

The ListAppendItems activity appends one or more items to the end of a list. No list item changes its position.

Checker rules
CheckerRule.Core_Chk032 - type-safe ListAppendItems

Syntax
ListAppendItems(ListVariable, {Item1, Item2, Item3, ...});
Examples
// Local Declarations
List<Integer> List1 = {3};
// Flow
ListAppendItems(List1, {1, 2, 3});

Member Data Documentation

◆ item

Term [] OpenTestSystem.Otx.Core.Actions.ListAppendItems.item

Cardinality [1..*]
Describes one or more items for the list operation.