ENTITY feature_dependency

(* SCHEMA process_planning_schema; *)
  ENTITY feature_dependency
    SUBTYPE OF (group_relationship);
    WHERE
      wr1: 'PROCESS_PLANNING_SCHEMA.FEATURE_IDENTIFICATION_ITEM' IN 
               TYPEOF(SELF.related_group);
      wr2: 'PROCESS_PLANNING_SCHEMA.FEATURE_IDENTIFICATION_ITEM' IN 
               TYPEOF(SELF.relating_group);
  END_ENTITY; -- feature_dependency

Explicit Attributes

Entity feature_dependency has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)group_relationship
 descriptiontext (STRING)group_relationship
 relating_groupgroup (ENTITY)group_relationship
 related_groupgroup (ENTITY)group_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity feature_dependency inherits from the following supertypes:
  group_relationship

Subtypes

    No subtypes

Referenced By

Entity feature_dependency and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_item SELECT feature_dependency


[Top Level Definitions] [Exit]

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