OpenBIMRL | Set functions
Class path: collection.set.disjoint
Disjoint sets

Description
Checks if two sets are disjoint. I.e. there is no element that is contained in both sets.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Set A | Set<Object> | Set A |
| 1 | Set B | Set<Object> | Set B |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Result | Boolean | Boolean, true if the sets are disjoint |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself