-
Notifications
You must be signed in to change notification settings - Fork 0
instance set
Leon Starr edited this page Nov 5, 2023
·
9 revisions
An instance set is a chain of components each of which yields an instance flow. The component at the end of the chain provides a final output instance flow.
For example, a path component could by itself yield an instance set or, instead, the path is followed by a selection which yields a single instance whose method is invoked which yields an instance set which is traversed by another path into yet another selection to yield a final result.

A new_instance yields a reference to the newly created instance as output.
These kinds of components may initiate a multicomponent instance set
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