|
ENTITY Stratum_stack_model ABSTRACT SUPERTYPE OF (Design_stack_model) SUBTYPE OF (Template_definition); DERIVE composing_occurrence : SET [1:?] OF Stratum_technology_occurrence := get_stack(composing_link); INVERSE composing_link : SET [1:?] OF Stratum_technology_occurrence_relationship FOR scope; WHERE WR1: SIZEOF(QUERY( cl <* composing_link | NOT('FABRICATION_ARM.STRATUM_TECHNOLOGY_OCCURRENCE_LINK' IN TYPEOF(cl)) )) = 0; END_ENTITY; -- Stratum_stack_model |
Entity data types and their attributesItem_shape(OPT) id: STRING; (OPT) description: STRING; described_element: shapeable_item; Product_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; Template_definition (RT) defined_version: Template_version; (OPT) physical_characteristic: SET [1:?] OF correlated_or_independent; (RT) (DER) described_element: Template_definition; Stratum_stack_model (DER) composing_occurrence: SET [1:?] OF Stratum_technology_occurrence; (INV) composing_link: SET [1:?] OF Stratum_technology_occurrence_relationship FOR scope; |
| Design_stack_model (Fabrication_technology_arm) |
| Library_stack_model (Layered_interconnect_complex_template_arm) |
| stratum_stack_model_subtypes (Layered_interconnect_complex_template_arm) |
Global rules for this entity data type- |