ENTITY colour_associated
(* SCHEMA presentation_resource_schema; *)
ENTITY colour_associated
SUBTYPE OF (colour);
name : label;
variable_to_be_shown : SET [1:?] OF REAL;
mapping : colour_association_table;
END_ENTITY;
Explicit Attributes
Entity colour_associated has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| name | label (STRING) | colour_associated |
| variable_to_be_shown | SET OF REAL | colour_associated |
| mapping | colour_association_table (ENTITY) | colour_associated |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity colour_associated inherits from the following supertypes:
colour
Subtypes
No subtypesReferenced By
Entity colour_associated and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:59-04:00