Skip to content

OpenBIMRL | List functions

Class path: collection.list.allElementIncludedInList

Check for subset

allElementIncludedInList1.png

Description

Checks if a list of elements is completely contained in another list.

Input

Input Name Type Description
0 Elements Collection<Object> List of elements to be checked
1 Reference list Collection<Obeject> Reference list

Output

Output Name Type Description
0 Check Boolean Result of the test as Boolean

Use/Example

allElementIncludeInList2.png

Node representation with sample values

Sample file

Download of a sample file so that the user can test the usage himself