ENTITY directed_action

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY directed_action
SUBTYPE OF (executed_action);
	directive : action_directive;
END_ENTITY;  (*  STEP Part 41 (2nd edition unchanged) *)

Explicit Attributes

Entity directed_action has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)action
 descriptiontext (STRING)action
 chosen_methodaction_method (ENTITY)action
 directiveaction_directive (ENTITY)directed_action

Derived Attributes

Entity directed_action has the following local and inherited derived attributes:
AttributeTypeDefined By
 ididentifier (STRING)action

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity directed_action inherits from the following supertypes:
  action
    executed_action

Subtypes

    No subtypes

Referenced By

Entity directed_action and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action ENTITY executed_action
 group_assignment_actioned ENTITY action
 id_attribute_select SELECT action
 select_generic_item SELECT action


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00