![]() |
OTX Reference
|
|
Inserts items into a list. More...
Public Attributes | |
NumericTerm | index |
Cardinality [1] Describes a position in a list. The first item in a list has the index value 0. More... | |
Term[] | item |
Cardinality [1..*] Describes one or more items for the List operation. More... | |
![]() | |
ListVariable | list |
Cardinality [1] Describes the reference to a List. More... | |
![]() | |
OtxLink | validFor |
Cardinality [0..1] Validity of ActionRealisation. More... | |
Inserts items into a list.
The ListInsertItems
activity inserts one ore more Items
into a (List
) at a defined position (Index
). No list item changes its position.
Exceptions.OutOfBoundsException | It is thrown if the index is not in the list (index < 0 or index > length-1 of list). |
NumericTerm OpenTestSystem.Otx.Core.Actions.ListInsertItems.index |
Cardinality [1]
Describes a position in a list. The first item in a list has the index value 0.
Term [] OpenTestSystem.Otx.Core.Actions.ListInsertItems.item |
Cardinality [1..*]
Describes one or more items for the List operation.