-
Notifications
You must be signed in to change notification settings - Fork 3
Instance Set Action
Leon Starr edited this page Aug 7, 2023
·
5 revisions
The supported set operations are union, intersect, and difference. Here's an example in Scrall:
too high ..= Aircraft( Altitude > ceiling ) too low ..= Aircraft ( Altitude < floor ) out of bounds aircraft ..= too high + too low // UNION operation on two Instance Flows
All of the set operations accepts two Instance Flows and outputs a third all typed by the same Class.
- ID + Activity + Domain
A symbolic name as described below.
Type: Set Operation as enumeration: [ UNION | INTERSECT | DIFFERENCE ]
Copyright © 2021-2023 Leon Starr