![]() |
OTX Reference
|
|
Remove list items. More...
Public Attributes | |
NumericTerm | count |
Cardinality [1] Describes a number of list items. More... | |
NumericTerm | index |
Cardinality [1] Describes a position in a list. The first item in a list has the index value 0. More... | |
![]() | |
ListVariable | list |
Cardinality [1] Describes the reference to a List. More... | |
![]() | |
OtxLink | validFor |
Cardinality [0..1] Validity of ActionRealisation. More... | |
Remove list items.
The ListRemoveItems
activity removes a number (Count
) of items from a list at a defined position (Index
).
Exceptions.OutOfBoundsException | It is thrown if the index is not in the list (index < 0 or index > length-1 of list) or count is negative (count < 0). |
NumericTerm OpenTestSystem.Otx.Core.Actions.ListRemoveItems.count |
Cardinality [1]
Describes a number of list items.
NumericTerm OpenTestSystem.Otx.Core.Actions.ListRemoveItems.index |
Cardinality [1]
Describes a position in a list. The first item in a list has the index value 0.