ENTITY inter_stratum_feature_armx ABSTRACT SUPERTYPE OF (ONEOF (unsupported_passage_armx, plated_inter_stratum_feature_armx)) SUBTYPE OF (laminate_component_armx, inter_stratum_feature); feature_of_size : BOOLEAN; vertical_extent : OPTIONAL passage_technology_allocation_to_stack_model_armx; SELF\definition_based_product_occurrence.derived_from : inter_stratum_feature_template_armx; WHERE wr1: NOT EXISTS(vertical_extent) OR (SIZEOF(QUERY(pvd <* get_assemblies(SELF) | NOT(('LAYERED_INTERCONNECT_MODULE_DESIGN_XIM.LAYERED_INTERCONNECT_MODULE_DESIGN_VIEW_ARMX' IN TYPEOF(pvd)) AND (vertical_extent\Stratum_sub_stack_armx.associated_stackup = pvd\Layered_interconnect_module_design_view_armx.used_stack_model)) )) = 0); END_ENTITY; -- inter_stratum_feature_armx |
Entity data types and their attributesproduct_definitionid: identifier; (OPT) description: text; formation: product_definition_formation; frame_of_reference: product_definition_context; (DER) name: label; product_view_definition (RT) (OPT) description->name_x: STRING; (OPT) additional_characterization: STRING; (RT) frame_of_reference->initial_context: product_definition_context; (OPT) additional_contexts: SET [1:?] OF product_definition_context; (RT) formation->defined_version: product_definition_formation; (RT) (DER) name: label; product_occurrence (RT) (DER) additional_characterization: STRING; (RT) (DER) initial_context: product_definition_context; (INV) occurrence_contexts: SET [1:?] OF product_occurrence_definition_relationship_armx FOR related_view; definition_based_product_occurrence derived_from: product_view_definition; (RT) (DER) defined_version: product_definition_formation; property_definition name: label; (OPT) description: text; definition: characterized_definition; (DER) id: identifier; product_definition_shape - item_shape (OPT) id_x: STRING; (RT) definition->described_element: shapeable_item; (RT) (DER) id: identifier; (RT) (DER) name: label; product_definition_relationship id: identifier; name: label; (OPT) description: text; relating_product_definition: product_definition; related_product_definition: product_definition; component_definition (RT) (DER) related_product_definition: component_definition; assembly_component (RT) (DER) definition: assembly_component; assembly_component_armx (RT) derived_from: physical_unit_or_part_template; (DER) assemblies: SET [0:?] OF product_view_definition; (DER) groups: SET [0:?] OF assembly_group_component_armx; (DER) versions: SET [0:?] OF product_definition_formation; (DER) product: SET [0:?] OF product_armx; (RT) (DER) described_element: shapeable_item; (RT) (DER) id: identifier; (RT) (DER) name: label; (RT) (DER) description: text; (RT) (DER) relating_product_definition: product_definition; (RT) (INV) occurrence_contexts: SET [1:?] OF product_occurrence_definition_relationship_armx FOR related_view; single_instance (RT) (DER) additional_characterization: STRING; laminate_component - laminate_component_armx (RT) (OPT) derived_from: template_definition; (INV) cad_layer: SET [0:1] OF external_source_identification FOR item; inter_stratum_feature - inter_stratum_feature_armx feature_of_size: BOOLEAN; (OPT) vertical_extent: passage_technology_allocation_to_stack_model_armx; (RT) derived_from: inter_stratum_feature_template_armx; |
cutout_armx (LAYERED_INTERCONNECT_MODULE_DESIGN_XIM) |
cutout_edge_segment_armx (LAYERED_INTERCONNECT_MODULE_DESIGN_XIM) |
dielectric_material_passage_armx (LAYERED_INTERCONNECT_MODULE_DESIGN_XIM) |
interconnect_module_edge_armx (LAYERED_INTERCONNECT_MODULE_DESIGN_XIM) |
interconnect_module_edge_segment_armx (LAYERED_INTERCONNECT_MODULE_DESIGN_XIM) |
plated_inter_stratum_feature_armx (LAYERED_INTERCONNECT_MODULE_DESIGN_XIM) |
unsupported_passage_armx (LAYERED_INTERCONNECT_MODULE_DESIGN_XIM) |
inter_stratum_feature_armx_subtypes (LAYERED_INTERCONNECT_MODULE_DESIGN_XIM) |
Global rules for this entity data type- |
public interface EInter_stratum_feature_armx extends ELaminate_component_armx, EInter_stratum_featurefeature_of_size (explicit attribute)boolean testFeature_of_size(EInter_stratum_feature_armx type)boolean getFeature_of_size(EInter_stratum_feature_armx type) void setFeature_of_size(EInter_stratum_feature_armx type, boolean value) void unsetFeature_of_size(EInter_stratum_feature_armx type) vertical_extent (explicit attribute)boolean testVertical_extent(EInter_stratum_feature_armx type)EPassage_technology_allocation_to_stack_model_armx getVertical_extent(EInter_stratum_feature_armx type) void setVertical_extent(EInter_stratum_feature_armx type, EPassage_technology_allocation_to_stack_model_armx value) void unsetVertical_extent(EInter_stratum_feature_armx type) |
public class CInter_stratum_feature_armx implements EInter_stratum_feature_armxstatic EAttribute attributeFeature_of_size(EInter_stratum_feature_armx type)static EAttribute attributeVertical_extent(EInter_stratum_feature_armx type) static int usedinVertical_extent(EInter_stratum_feature_armx type, EPassage_technology_allocation_to_stack_model_armx instance, ASdaiModel domain, AInter_stratum_feature_armx result) |
public class AInter_stratum_feature_armx extends AEntitypublic EInter_stratum_feature_armx getByIndex(int index)public EInter_stratum_feature_armx getCurrentMember(SdaiIterator it) |