![]() |
OTX Reference
|
|
ListSort is a ListTerm that returns a copy of the given list in ascending order. More...
Public Attributes | |
ListTerm | list |
Cardinality [1] The List from which the sorted list shall be created. More... | |
![]() | |
MetaData | metaData |
Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
ListSort is a ListTerm that returns a copy of the given list in ascending order.
The ListSort activity is a ListTerm that returns a copy of the given list in ascending order. The comparison criterion is the same as used by the otx: Relational operations description.
The order of equal values (e.g. for quantities 1000 m and 1 km) after the sorting is not specified.
ListTerm OpenTestSystem.Otx.Extensions.Util.Terms.ListSort.list |
Cardinality [1]
The List from which the sorted list shall be created.