Explicit table Application Object


An Explicit_table is a Table that is defined by explicitly specifying each of its terms.

EXPRESS specification:

*)
ENTITY explicit_table
   SUBTYPE OF (Table);
END_ENTITY;
(*

Attribute definitions:

SELF/table.terms: The terms in the Table ordered row by row or column by column according to the attribute order.