|
ENTITY Design_layer_stratum SUBTYPE OF (Stratum); primary_design_layer_stratum : BOOLEAN; INVERSE existence_dependence : SET [1:?] OF Layer_connection_point FOR resident_design_layer_stratum; WHERE WR1: (NOT (primary_design_layer_stratum) AND (SIZEOF(QUERY(imps <* USEDIN(SELF, 'DESIGN_SPECIFIC_ASSIGNMENT_TO_INTERCONNECT_USAGE_VIEW_ARM.STRATUM_CONCEPT_TO_PHYSICAL_USAGE_VIEW_ASSIGNMENT.' + 'ASSIGNED_DESIGN_OBJECT') | ('LAYERED_INTERCONNECT_MODULE_DESIGN_ARM.INTERCONNECT_MODULE_PRIMARY_SURFACE' IN TYPEOF(imps.defined_part_feature)))) = 0)) OR ((primary_design_layer_stratum) AND (SIZEOF(QUERY(imps <* USEDIN(SELF, 'DESIGN_SPECIFIC_ASSIGNMENT_TO_INTERCONNECT_USAGE_VIEW_ARM.STRATUM_CONCEPT_TO_PHYSICAL_USAGE_VIEW_ASSIGNMENT.' + 'ASSIGNED_DESIGN_OBJECT') | ('LAYERED_INTERCONNECT_MODULE_DESIGN_ARM.INTERCONNECT_MODULE_PRIMARY_SURFACE' IN TYPEOF(imps.defined_part_feature)))) = 1)); WR2: 'FABRICATION_TECHNOLOGY_ARM.DESIGN_LAYER_TECHNOLOGY' IN TYPEOF(SELF\Stratum.of_technology); END_ENTITY; -- Design_layer_stratum |
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; Part_view_definition (RT) defined_version: Part_version; Item_shape (OPT) id: STRING; (OPT) description: STRING; described_element: shapeable_item; Stratum (RT) id: STRING; definition: Stratum_technology_occurrence; (DER) of_average_surface: SET [0:1] OF Stratum_average_surface; (RT) (DER) described_element: shapeable_item; (DER) base_component: SET [0:?] OF Area_component; (DER) of_product_version: SET [1:?] OF Product_version; (DER) of_technology: Stratum_technology; (INV) of_surface: SET [0:3] OF Stratum_surface FOR of_stratum; (INV) assembly: SET [1:?] OF Interconnect_module_stratum_assembly_relationship FOR component; (INV) stratum_usage: SET [0:1] OF External_source_identification FOR item; (INV) material_product: SET [0:1] OF Make_from_relationship FOR related_view; Design_layer_stratum primary_design_layer_stratum: BOOLEAN; (INV) existence_dependence: SET [1:?] OF Layer_connection_point FOR resident_design_layer_stratum; |
Global rules for this entity data type- |