-
Notifications
You must be signed in to change notification settings - Fork 0
Multiple dependent actions on a single line
Leon Starr edited this page Sep 5, 2021
·
1 revision
More than one data flow diagram bubble may appear in the same line:
Aircraft? max separation = Aircraft(1, +^Altitude).Altitude - Aircraft(1, -^Altitude).Altitude

All of the actions in the data flow diagram above can be represented in a single line of Scrall.
As you can see on the diagram (and in the Scrall text) there is no data dependency between the two select/project actions so they could be executed in either order.
Copyright 2020, 2021, 2022, 2023, 2025 © Leon Starr under MIT Open Source License
- Why they are problematic
- Instance attribute creation values
- Boolean values
- Special values
- Enumerated values
- Action block
- Statement
- Single line action
- Multiple dependent actions on a single line
- An action spread across multiple lines
- A conditional group of single line actions
- Comments
- Finding instances
- Attribute access
- Creation and deletion
- Subclass migration
- Creating a table from a class
- Creating a table with a definition
- Converting a table into a class
- Set operations on tables
- Set comparisons on tables
- Join
- Rename
- Extend
- Aggregation
- Rank
- Image
- Input values
- Signatures and name doubling
- Output values
- Execution order
- Sequential execution
- Conditional execution
- Signals
- Scrall has no for_each action
- Iteration