|
ENTITY Tiebar_printed_component SUBTYPE OF (Printed_component, Structured_layout_component); SELF\Printed_component.derived_from : Printed_tiebar_template; DERIVE joined_networks : SET [0:?] OF Generic_physical_network := get_gpn(SELF\Printed_component.access_mechanism); tiebar_component : SET [0:?] OF Area_component := limdwpcd_get_ac(components); padstack_component : SET [0:?] OF Laminate_component := limdwpcd_get_lc(components); passage_component : SET [0:?] OF Plated_passage := QUERY(pc <* padstack_component | ('LAYERED_INTERCONNECT_MODULE_DESIGN_ARM.PLATED_PASSAGE' IN TYPEOF(pc))); tiebar_resident_stratum : SET [0:?] OF Stratum := limdwpcd_get_tbrs(tiebar_component); passage_resident_stratum : SET [0:?] OF Stratum := limdwpcd_get_prs(passage_component, SELF\Assembly_component.assemblies); passage_dependent_land_component : SET [0:?] OF Plated_passage_dependent_land := limdwpcd_get_ppdl(passage_component); INVERSE SELF\Assembly_group_component.components : SET [1:?] OF Structured_layout_component_sub_assembly_relationship FOR relating_view; WHERE WR1: (SIZEOF(tiebar_component) + SIZEOF(passage_component)) > 0; WR2: SIZEOF(components) = (SIZEOF(tiebar_component) + SIZEOF(padstack_component)); WR3: SIZEOF(padstack_component) > SIZEOF(passage_component); WR4: SIZEOF(QUERY(tc <* tiebar_component | NOT('LAYERED_INTERCONNECT_MODULE_DESIGN_ARM.STRATUM_FEATURE' IN TYPEOF (tc\Stratum_feature_template_component.implementation_or_resident_stratum)) )) = 0; WR5: SIZEOF(tiebar_component) = SIZEOF(tiebar_resident_stratum); WR6: SIZEOF(joined_networks) > 1; WR7: SIZEOF(QUERY(jn <* joined_networks | NOT(SIZEOF(SELF\Printed_component.access_mechanism * jn\Generic_physical_network.connectivity_requirement_element) = 1 ) )) = 0; WR8: SIZEOF(QUERY(tc <* tiebar_component | NOT(SIZEOF(USEDIN(tc,'COMPONENT_FEATURE_ARM.COMPONENT_FEATURE.ASSOCIATED_COMPONENT')) = 0) )) = 0; WR9: NOT(SIZEOF(passage_component) = 1) OR (SIZEOF(QUERY(pc <* passage_component | NOT((SIZEOF(tiebar_component) = 0) OR (SIZEOF(tiebar_resident_stratum * passage_resident_stratum) = SIZEOF(tiebar_resident_stratum)) ) )) = 0); WR10: NOT(SIZEOF(passage_component) >= 1) OR (SIZEOF(QUERY(pc <* passage_component | NOT (SIZEOF(tiebar_resident_stratum * passage_resident_stratum) = SIZEOF(tiebar_resident_stratum)) )) = 0); WR11: SIZEOF(QUERY(am <* SELF\Printed_component.access_mechanism | NOT('PRINTED_PHYSICAL_LAYOUT_TEMPLATE_ARM.STRUCTURED_PRINTED_PART_TEMPLATE_TERMINAL' IN TYPEOF(am.definition)) )) = 0; END_ENTITY; -- Tiebar_printed_component |
Entity data types and their attributesProduct_view_definition(OPT) id: STRING; (OPT) name: STRING; (OPT) additional_characterization: STRING; initial_context: View_definition_context; additional_contexts: SET [0:?] OF View_definition_context; defined_version: Product_version; Product_occurrence (INV) occurrence_contexts: SET [0:?] OF Product_occurrence_definition_relationship FOR related_view; (INV) view_definition_contexts: SET [0:?] OF View_definition_relationship FOR related_view; Definition_based_product_occurrence derived_from: Product_view_definition; Item_shape (OPT) id: STRING; (OPT) description: STRING; described_element: shapeable_item; Assembly_component (RT) derived_from: physical_unit_or_part_template; (RT) (DER) described_element: shapeable_item; (DER) assemblies: SET [0:?] OF Product_view_definition; (DER) groups: SET [0:?] OF Assembly_group_component; (DER) versions: SET [0:?] OF Product_version; (DER) product: SET [0:?] OF Product; (RT) (INV) occurrence_contexts: SET [1:?] OF Assembly_component_relationship FOR related_view; Single_instance - Printed_component (RT) derived_from: Printed_part_template; (INV) access_mechanism: SET [1:?] OF Printed_component_join_terminal FOR associated_component; (INV) cad_layer: SET [0:1] OF External_source_identification FOR item; Assembly_group_component (INV) components: SET [1:?] OF Next_assembly_usage FOR relating_view; Structured_layout_component (RT) derived_from: Structured_template; Tiebar_printed_component (RT) derived_from: Printed_tiebar_template; (DER) joined_networks: SET [0:?] OF Generic_physical_network; (DER) tiebar_component: SET [0:?] OF Area_component; (DER) padstack_component: SET [0:?] OF Laminate_component; (DER) passage_component: SET [0:?] OF Plated_passage; (DER) tiebar_resident_stratum: SET [0:?] OF Stratum; (DER) passage_resident_stratum: SET [0:?] OF Stratum; (DER) passage_dependent_land_component: SET [0:?] OF Plated_passage_dependent_land; (RT) (INV) components: SET [1:?] OF Structured_layout_component_sub_assembly_relationship FOR relating_view; |
Global rules for this entity data type- |