|
ENTITY Physical_connectivity_layout_topology_link SUBTYPE OF (Group_relationship); SELF\Group_relationship.related_group RENAMED subsequent_node : Physical_connectivity_layout_topology_node; SELF\Group_relationship.relating_group RENAMED precedent_node : Physical_connectivity_layout_topology_node; DERIVE SELF\Group_relationship.relation_type : STRING := ''; WHERE WR1: acyclic_physical_connectivity_layout_topology_link(SELF, [subsequent_node], 'PHYSICAL_CONNECTIVITY_DEFINITION_ARM.PHYSICAL_CONNECTIVITY_LAYOUT_TOPOLOGY_LINK'); END_ENTITY; -- Physical_connectivity_layout_topology_link |
Entity data types and their attributesGroup_relationship(OPT) description: STRING; relation_type: STRING; relating_group: Group; related_group: Group; Physical_connectivity_layout_topology_link (RT) related_group->subsequent_node: Physical_connectivity_layout_topology_node; (RT) relating_group->precedent_node: Physical_connectivity_layout_topology_node; (RT) (DER) relation_type: STRING; |
Global rules for this entity data type- |