Overview Schemas Index

Set_theory_arm         


ENTITY Intersection;
          id : STRING;
          name : STRING;
          description : OPTIONAL STRING;
          operand : SET [2:?] OF Class;
          resultant : Class;
END_ENTITY; -- Intersection

Entity data types and their attributes

Intersection
          id: STRING;
          name: STRING;
          (OPT) description: STRING;
          operand: SET [2:?] OF Class;
          resultant: Class;

Users: by entity attributes

Intersection

Users: by defined types, not used by any entity attribute

Intersection
          -

Global rules for this entity data type

          -