ENTITY power_set
(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
ENTITY power_set;
id : identifier;
name : label;
description : OPTIONAL text;
base : class;
derived : class;
WHERE
derived_different : NOT identical_sets(base, derived);
END_ENTITY;
Explicit Attributes
Entity power_set has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| id | identifier (STRING) | power_set |
| name | label (STRING) | power_set |
| description | text (STRING) | power_set |
| base | class (ENTITY) | power_set |
| derived | class (ENTITY) | power_set |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Not referenced by any other definition
[Top Level Definitions] [Exit]
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:32-04:00