Overview Schemas Index

Layered_interconnect_module_design_arm         


ENTITY Unrouted_join_relationship
          SUBTYPE OF (Join_relationship);
          unrouted_terminals : OPTIONAL SET [1:?] OF Laminate_component_join_terminal;
          unrouted_lcp : OPTIONAL SET [1:?] OF Layer_connection_point;
          unrouted_junction : OPTIONAL SET [1:?] OF Layout_junction;
          unrouted_paa : OPTIONAL SET [1:?] OF Probe_access_area;
          unrouted_via : OPTIONAL SET [1:?] OF Via_terminal;
INVERSE
          network_topology : Generic_physical_network FOR unrouted_connectivity_requirement_element;
WHERE
          WR1: (SIZEOF(unrouted_terminals) + SIZEOF(unrouted_lcp) + SIZEOF(unrouted_paa) + SIZEOF(unrouted_via) + SIZEOF(unrouted_junction)) > 0;
END_ENTITY; -- Unrouted_join_relationship

Entity data types and their attributes

Join_relationship
          associated_layout: Layered_interconnect_module_design_view;
Unrouted_join_relationship
          (OPT) unrouted_terminals: SET [1:?] OF Laminate_component_join_terminal;
          (OPT) unrouted_lcp: SET [1:?] OF Layer_connection_point;
          (OPT) unrouted_junction: SET [1:?] OF Layout_junction;
          (OPT) unrouted_paa: SET [1:?] OF Probe_access_area;
          (OPT) unrouted_via: SET [1:?] OF Via_terminal;
          (INV) network_topology: Generic_physical_network FOR unrouted_connectivity_requirement_element;

Users: by entity attributes

Join_relationship
          Add_design_object_management_relationship.current_design_object
                    managed_design_object
                              ap210_managed_design_object
          Change_design_object_management_relationship.current_design_object
                    managed_design_object
                              ap210_managed_design_object
          Change_design_object_management_relationship.previous_design_object
                    managed_design_object
                              ap210_managed_design_object
          Delete_design_object_management_relationship.previous_design_object
                    managed_design_object
                              ap210_managed_design_object
          Frozen_assignment.frozen_item
                    managed_design_object
                              ap210_managed_design_object
          Layer_connection_point.aggregate_join
Unrouted_join_relationship
          Generic_physical_network.unrouted_connectivity_requirement_element

Users: by defined types, not used by any entity attribute

Unrouted_join_relationship
          -

Global rules for this entity data type

          -