ENTITY conductive_interconnect_element_with_pre_defined_transitions_armx SUBTYPE OF (conductive_interconnect_element_armx, conductive_interconnect_element_with_pre_defined_transitions); SELF\item_identified_representation_usage.identified_item RENAMED centreline_shape : path_area_with_parameters_armx; SELF\definition_based_product_occurrence.derived_from : trace_template_armx; SELF\stratum_feature_template_component_armx.implementation_or_resident_stratum : stratum_feature_armx; DERIVE SELF\item_identified_representation_usage.name : label := ?; SELF\item_identified_representation_usage.description : text := ?; SELF\item_identified_representation_usage.used_representation : representation := ?; WHERE wr1: SIZEOF(connected_points) = SIZEOF(SELF\Conductive_interconnect_element_armx.access_mechanisms) - 1; wr2: SIZEOF(['LAYERED_INTERCONNECT_MODULE_DESIGN_XIM.CONDUCTOR', 'LAYERED_INTERCONNECT_MODULE_DESIGN_XIM.CONDUCTIVE_FILLED_AREA'] * TYPEOF(SELF\Stratum_feature_template_component_armx.implementation_or_resident_stratum)) = 1; wr3: centreline_shape.parameters = derived_from.trace_style; wr4: SIZEOF(QUERY(ciet <* SELF\Conductive_interconnect_element_armx.access_mechanisms | NOT(ciet.location.resident_design_layer_stratum = SELF\Stratum_feature_template_component_armx.implementation_or_resident_stratum.resident_stratum) )) = 0; END_ENTITY; -- conductive_interconnect_element_with_pre_defined_transitions_armx |
Global rules for this entity data type- |
public interface EConductive_interconnect_element_with_pre_defined_transitions_armx extends EConductive_interconnect_element_armx, EConductive_interconnect_element_with_pre_defined_transitions |
public class CConductive_interconnect_element_with_pre_defined_transitions_armx implements EConductive_interconnect_element_with_pre_defined_transitions_armxstatic EAttribute attributeName(EConductive_interconnect_element_with_pre_defined_transitions_armx type)static EAttribute attributeDescription(EConductive_interconnect_element_with_pre_defined_transitions_armx type) static EAttribute attributeUsed_representation(EConductive_interconnect_element_with_pre_defined_transitions_armx type) static int usedinUsed_representation(EConductive_interconnect_element_with_pre_defined_transitions_armx type, ERepresentation instance, ASdaiModel domain, AConductive_interconnect_element_with_pre_defined_transitions_armx result) |
public class AConductive_interconnect_element_with_pre_defined_transitions_armx extends AEntitypublic EConductive_interconnect_element_with_pre_defined_transitions_armx getByIndex(int index)public EConductive_interconnect_element_with_pre_defined_transitions_armx getCurrentMember(SdaiIterator it) |