ENTITY action_directive_relationship
(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY action_directive_relationship;
name : label;
description : OPTIONAL STRING;
relating : action_directive;
related : action_directive;
relation_type : STRING;
WHERE
WR1:
acyclic_action_directive_relationship(SELF, [ related ], 'STEP_MERGED_AP_SCHEMA.ACTION_DIRECTIVE_RELATIONSHIP');
END_ENTITY;
Explicit Attributes
Entity action_directive_relationship has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
name | label (STRING) | action_directive_relationship |
description | STRING | action_directive_relationship |
relating | action_directive (ENTITY) | action_directive_relationship |
related | action_directive (ENTITY) | action_directive_relationship |
relation_type | STRING | action_directive_relationship |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity action_directive_relationship and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-09-06T14:00:30-04:00