-
Notifications
You must be signed in to change notification settings - Fork 3
Ordinal Sequence
Leon Starr edited this page May 22, 2022
·
6 revisions
If an Ordinal Relationship is defined on the Iteration Input, an ordinal sequence may be established by traversing that relationship in either the ascending or descending direction.
Here's an example where an Instance Flow provides references to a Point
class with the Ordinal Relationship OR1
defined on it:
<< /OR1/next >> {
DRIVER.Write( PointID : ID, Value )
}
The ascending direction is defined as next
on that relationship so iteration starts with the lowest valued instance and proceeds upward.
- Iteration action + Activity + Domain
An Ordinal Relationship has an ascending and descending perspective each with its own phrase name. Either the ascending or descending perspective.
Type: Boolean
Copyright © 2021-2023 Leon Starr