Skip to content

Set comparisons on tables

Leon Starr edited this page Sep 5, 2021 · 1 revision

These work just like the instance set comparison operators. In all cases the comparison operands must have the same table header.

<, <_, >, _> operators are proper subset, subset, proper superset, superset
if (t1 < t2) {...} // t1 is a proper subset of t2

Introduction

Model semantics

Flows (as Variables)

Constants and literals

Structure of an activity

Accessing the class model

Data flow


Grammar and parsing notes

Components

Clone this wiki locally