Skip to content

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.

Identifiers

  1. Iteration action + Activity + Domain

Attributes

Ascending

An Ordinal Relationship has an ascending and descending perspective each with its own phrase name. Either the ascending or descending perspective.

Type: Boolean

Clone this wiki locally