|
ENTITY Conductive_interconnect_element_terminal_link; associated_element : Conductive_interconnect_element; precedent_point : Conductive_interconnect_element_terminal; subsequent_point : Conductive_interconnect_element_terminal; UNIQUE UR1 : precedent_point, subsequent_point; WHERE WR1: precedent_point <> subsequent_point; WR2: precedent_point.associated_component = associated_element; WR3: subsequent_point.associated_component = associated_element; WR4: acyclic_conductive_interconnect_element_terminal_link(SELF, [subsequent_point], 'LAYERED_INTERCONNECT_MODULE_DESIGN_ARM.CONDUCTIVE_INTERCONNECT_ELEMENT_TERMINAL_LINK'); END_ENTITY; -- Conductive_interconnect_element_terminal_link |
Entity data types and their attributesConductive_interconnect_element_terminal_linkassociated_element: Conductive_interconnect_element; precedent_point: Conductive_interconnect_element_terminal; subsequent_point: Conductive_interconnect_element_terminal; |
Global rules for this entity data type- |