ENTITY intersection

(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
 
ENTITY intersection;
  id : identifier;
  name : label;
  description :  OPTIONAL text;
  operand : SET [2:?] OF class;
  resultant : class;
END_ENTITY;

Explicit Attributes

Entity intersection has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)intersection
 namelabel (STRING)intersection
 descriptiontext (STRING)intersection
 operandSET OF class (ENTITY)intersection
 resultantclass (ENTITY)intersection

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