Skip to content

Class Accessor

Leon Starr edited this page Sep 29, 2023 · 7 revisions

A Select Action takes an input Non Scalar Flow and applies criteria to yield an output of filtered instance references. (See R876 for an explanation of how this applies when the input is a Relation Flow).

Often this input is the output of some other Action. But we often perform a selection on the entire population of some Class. The class accessor Action produces the required input for our Selection Action.

Specifically, for a given Class, an Multiple Instance Flow is output which conveys a set of instance references to the entire population of that Class. This output can be the input to a Select Action that applies selection criteria to the entire population of a Class.

Attributes

No non-referential attributes.

Clone this wiki locally