Navigation

directed_action

EXPRESS specification:

ENTITY directed_action
SUBTYPE OF ( executed_action);
directive  :  action_directive;
END_ENTITY;

References (1):

Name Type Referred through Express-G
executed_action Entity
Subtype
No Diagram

Inheritance graph

ENTITY directed_action;
ENTITY action;
name  :  label;
description  :  OPTIONAL text;
chosen_method  :  action_method;
DERIVE
id  :  identifier :=  get_id_value (SELF);
ENTITY executed_action;
ENTITY directed_action;
directive  :  action_directive;
END_ENTITY;