|
ENTITY stratum_feature_armx SUPERTYPE OF ((ONEOF (conductor, conductive_filled_area) ANDOR fiducial_stratum_feature_armx)) SUBTYPE OF (shape_element, stratum_feature); SELF\shape_element.containing_shape RENAMED resident_stratum : design_or_documentation_stratum; feature_of_size : BOOLEAN; UNIQUE ur1 : element_name, resident_stratum; WHERE wr1: SIZEOF ( QUERY ( ac <* USEDIN ( SELF , '' ) | ( 'physical_unit_design_view_xim.assembly_component_armx' IN TYPEOF ( ac ) ) AND ( get_assemblies ( ac ) <> get_ims ( resident_stratum ) ) ) ) = 0 ; END_ENTITY; -- stratum_feature_armx |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; shape_element (OPT) id_x: STRING; (RT) name->element_name: STRING; (RT) of_shape->containing_shape: item_shape; (RT) (DER) product_definitional: LOGICAL; (RT) (DER) id: identifier; stratum_feature - stratum_feature_armx (RT) containing_shape->resident_stratum: design_or_documentation_stratum; feature_of_size: BOOLEAN; |
| conductive_filled_area (LAYERED_INTERCONNECT_MODULE_DESIGN_XIM) |
| conductor (LAYERED_INTERCONNECT_MODULE_DESIGN_XIM) |
| fiducial_stratum_feature_armx (LAYERED_INTERCONNECT_MODULE_DESIGN_XIM) |
| stratum_feature_template_component_with_stratum_feature_xim (LKSOFT_EXTENSIONS_XIM) |
Global rules for this entity data type- |
public interface EStratum_feature_armx extends EShape_element, EStratum_featurefeature_of_size (explicit attribute)boolean testFeature_of_size(EStratum_feature_armx type)boolean getFeature_of_size(EStratum_feature_armx type) void setFeature_of_size(EStratum_feature_armx type, boolean value) void unsetFeature_of_size(EStratum_feature_armx type) |
public class CStratum_feature_armx implements EStratum_feature_armxstatic EAttribute attributeFeature_of_size(EStratum_feature_armx type) |
public class AStratum_feature_armx extends AEntitypublic EStratum_feature_armx getByIndex(int index)public EStratum_feature_armx getCurrentMember(SdaiIterator it) |