ENTITY state
(* SCHEMA structural_analysis_design; *)
ENTITY state
SUPERTYPE OF (ONEOF (specified_state,calculated_state,
linearly_superimposed_state,output_request_state));
state_id : identifier;
description : text;
END_ENTITY; -- state
Explicit Attributes
Entity state has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| state_id | identifier (STRING) | state |
| description | text (STRING) | state |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity state has the following subtypes:
calculated_state*
linearly_superimposed_state*
output_request_state*
specified_state*
state_component*
state_with_harmonic*
* - Immediate Subtypes
Referenced By
Entity state and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:15:06-04:00