ENTITY action
(* SCHEMA structural_analysis_design; *)
ENTITY action;
name : label;
description : text;
chosen_method : action_method;
END_ENTITY; -- action
Explicit Attributes
Entity action has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| name | label (STRING) | action |
| description | text (STRING) | action |
| chosen_method | action_method (ENTITY) | action |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity action has the following subtypes:
directed_action
executed_action*
retention*
* - Immediate Subtypes
Referenced By
Entity action and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:38:43-04:00