ENTITY associativity_class

(* SCHEMA iges_structure_schema; *)
  ENTITY associativity_class;
    bp  : INTEGER;
    ord : INTEGER;
    it : ARRAY [0:255] OF INTEGER;
  DERIVE
    n  : INTEGER := SIZEOF(it);
  END_ENTITY;

Explicit Attributes

Entity associativity_class has the following local and inherited explicit attributes:
AttributeTypeDefined By
 bpINTEGERassociativity_class
 ordINTEGERassociativity_class
 itARRAY OF INTEGERassociativity_class

Derived Attributes

Entity associativity_class has the following local and inherited derived attributes:
AttributeTypeDefined By
 nINTEGERassociativity_class

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity associativity_class and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 associativity_definition_entity ENTITY associativity_class


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2022-02-01T11:14:58-05:00