executed_action
EXPRESS specification:
ENTITY
executed_action
SUBTYPE
OF
(
action
);
END_ENTITY
;
References (2):
Name
Type
Referred through
Express-G
action
Entity
Subtype
No Diagram
directed_action
Entity
Supertype
No Diagram
Inheritance graph
ENTITY
executed_action;
ENTITY
action
;
name
:
label
;
description
:
OPTIONAL
text
;
chosen_method
:
action_method
;
DERIVE
id
:
identifier
:= get_id_value (SELF);
ENTITY
executed_action
;
END_ENTITY
;