|
ENTITY mechanism_state_representation SUBTYPE OF (representation); SELF\representation.items : SET [1:?] OF pair_value; represented_mechanism : mechanism_representation; DERIVE SELF\representation.context_of_items : geometric_representation_context := represented_mechanism.context_of_items; END_ENTITY; -- mechanism_state_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; mechanism_state_representation (RT) items: SET [1:?] OF pair_value; represented_mechanism: mechanism_representation; (RT) (DER) context_of_items: geometric_representation_context; |
Global rules for this entity data type- |