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