ENTITY directed_action_assignment

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
ENTITY directed_action_assignment
   ABSTRACT SUPERTYPE;
      assigned_directed_action : directed_action;
   DERIVE
      role : object_role := get_role(SELF);
   WHERE
      WR1:
         SIZEOF(USEDIN(SELF, 'STEP_MERGED_AP_SCHEMA.ROLE_ASSOCIATION.ITEM_WITH_ROLE')) <= 1;
END_ENTITY;

Explicit Attributes

Entity directed_action_assignment has the following local and inherited explicit attributes:
AttributeTypeDefined By
 assigned_directed_actiondirected_action (ENTITY)directed_action_assignment

Derived Attributes

Entity directed_action_assignment has the following local and inherited derived attributes:
AttributeTypeDefined By
 roleobject_role (ENTITY)directed_action_assignment

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity directed_action_assignment has the following subtypes:
    applied_directed_action_assignment*
* - Immediate Subtypes

Referenced By

Entity directed_action_assignment and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_item SELECT directed_action_assignment
 action_method_items SELECT directed_action_assignment
 approval_item SELECT directed_action_assignment
 assignment_object_select SELECT directed_action_assignment
 change_management_object SELECT directed_action_assignment
 classification_item SELECT directed_action_assignment
 description_item SELECT directed_action_assignment
 document_reference_item SELECT directed_action_assignment
 effectivity_item SELECT directed_action_assignment
 general_organizational_data_select SELECT directed_action_assignment
 identification_item SELECT directed_action_assignment
 multi_language_attribute_item SELECT directed_action_assignment
 role_select SELECT directed_action_assignment


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:32:02-05:00