ENTITY complement

(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
 
ENTITY complement;
  id : identifier;
  name : label;
  description :  OPTIONAL text;
  set_1 : class;
  set_2 : class;
  universe : class;
WHERE
  complement_different : NOT identical_sets(set_1, set_2);
END_ENTITY;

Explicit Attributes

Entity complement has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)complement
 namelabel (STRING)complement
 descriptiontext (STRING)complement
 set_1class (ENTITY)complement
 set_2class (ENTITY)complement
 universeclass (ENTITY)complement

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:32-04:00