|
ENTITY kinematic_topology_network_structure SUBTYPE OF (representation); SELF\representation.items : SET [1:?] OF kinematic_loop; parent : kinematic_topology_structure; WHERE WR1: context_of_items :=: parent.context_of_items; WR2: get_kinematic_joints_from_kinematic_loops(items) <= parent.items; END_ENTITY; -- kinematic_topology_network_structure |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; kinematic_topology_network_structure (RT) items: SET [1:?] OF kinematic_loop; parent: kinematic_topology_structure; |
Global rules for this entity data type- |