|
ENTITY package_body_armx SUBTYPE OF (part_feature, package_body); SELF\shape_element.containing_shape : package_armx; INVERSE body_material : material_designation FOR definitions; WHERE wr1: SIZEOF ( QUERY ( pf <* USEDIN ( SELF , 'package_xim.package_body_surface_armx.associated_package_body' ) | ( 'package_xim.' + 'package_body_top_surface_armx' IN TYPEOF ( pf ) ) ) ) <= 1 ; wr2: SIZEOF ( QUERY ( pf <* USEDIN ( SELF , 'package_xim.package_body_surface_armx.associated_package_body' ) | ( 'package_xim.' + 'package_body_bottom_surface_armx' IN TYPEOF ( pf ) ) ) ) <= 1 ; wr3: SIZEOF ( QUERY ( pf <* USEDIN ( SELF , 'package_xim.package_body_surface_armx.associated_package_body' ) | ( 'package_xim.' + 'package_body_edge_surface_armx' IN TYPEOF ( pf ) ) ) ) <= 1 ; wr4: 'conductivity_material_aspects_xim.' + 'material_identification_with_conductivity_classification' IN TYPEOF ( body_material ) ; END_ENTITY; -- package_body_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; shape_feature (OPT) connection_area: SET [1:?] OF connection_zone; (DER) surface_conditions: SET [0:?] OF surface_condition; part_feature (RT) containing_shape->associated_definition: part_usage_view; (OPT) material_state_change: material_state_change_enumeration; (OPT) precedent_feature: part_feature; (RT) (DER) description: text; (INV) subsequent_feature: SET [0:1] OF part_feature FOR precedent_feature; package_body - package_body_armx (RT) containing_shape: package_armx; (INV) body_material: material_designation FOR definitions; |
Global rules for this entity data type- |
public interface EPackage_body_armx extends EPart_feature, EPackage_bodybody_material (inverse attribute)AMaterial_designation getBody_material(EPackage_body_armx type, ASdaiModel domain) |
public class CPackage_body_armx implements EPackage_body_armxstatic EAttribute attributeBody_material(EPackage_body_armx type) |
public class APackage_body_armx extends AEntitypublic EPackage_body_armx getByIndex(int index)public EPackage_body_armx getCurrentMember(SdaiIterator it) |