|
ENTITY Explicitly_located_layer_connection_point SUBTYPE OF (Layer_connection_point); END_ENTITY; -- Explicitly_located_layer_connection_point |
Entity data types and their attributesShape_element(OPT) id: STRING; (OPT) element_name: STRING; (OPT) description: STRING; containing_shape: Item_shape; Layer_connection_point (RT) element_name: STRING; (OPT) location_2d: Cartesian_point; (OPT) location_3d: Cartesian_point; (RT) containing_shape->resident_design_layer_stratum: Design_layer_stratum; (DER) aggregate_join: SET [1:?] OF Join_relationship; (DER) reference_network: Generic_physical_network; (INV) inter_join_path: SET [0:1] OF Inter_stratum_join_relationship FOR points_to_be_connected; (INV) intra_join_path: SET [0:?] OF Intra_stratum_join_relationship FOR points_to_be_connected; (INV) embedded_physical_component_path: SET [0:?] OF Stratum_embedded_physical_component_join_relationship FOR point_to_be_connected; (INV) unrouted_join_path: SET [0:1] OF Unrouted_join_relationship FOR unrouted_lcp; Explicitly_located_layer_connection_point - |
Global rules for this entity data type- |