ENTITY action
(* SCHEMA building_design_schema; *)
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
No subtypesReferenced 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:41:29-04:00