|
ENTITY assembly_module_macro_terminal_armx SUBTYPE OF (assembly_module_terminal_armx, assembly_module_macro_terminal); INVERSE defining_terminal : component_feature_to_physical_usage_view_assignment FOR defined_part_feature; WHERE wr1: 'layered_interconnect_module_design_xim.interconnect_module_macro_terminal_armx' IN TYPEOF ( defining_terminal . assigned_terminal ) ; wr2: 'assembly_module_macro_definition_xim.' + 'component_terminal_to_assembly_module_macro_terminal_assignment' IN TYPEOF ( defining_terminal ) ; wr3: NOT ( SIZEOF ( USEDIN ( SELF , '' ) ) > 0 ) OR ( SIZEOF ( QUERY ( ct <* USEDIN ( SELF , '' ) | NOT ( 'assembly_module_with_macro_component_xim.assembly_module_macro_component_join_terminal_armx' IN TYPEOF ( ct ) ) ) ) = 0 ) ; END_ENTITY; -- assembly_module_macro_terminal_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; part_terminal (INV) connection_requirement: SET [0:1] OF part_connected_terminals_definition_armx FOR connected_terminals; (INV) functional_usage_view_terminal: SET [0:1] OF functional_usage_view_to_part_terminal_assignment FOR physical_usage_view_terminal; assembly_module_terminal - assembly_module_terminal_armx (RT) containing_shape: assembly_module_usage_view; (OPT) reference_terminal: packaged_part_interface_terminal; (OPT) related_connector: next_assembly_usage_occurrence; (RT) (OPT) connection_area: SET [1:?] OF connection_zone_in_usage_view; assembly_module_macro_terminal - assembly_module_macro_terminal_armx (INV) defining_terminal: component_feature_to_physical_usage_view_assignment FOR defined_part_feature; |
Global rules for this entity data type- |
public interface EAssembly_module_macro_terminal_armx extends EAssembly_module_terminal_armx, EAssembly_module_macro_terminaldefining_terminal (inverse attribute)AComponent_feature_to_physical_usage_view_assignment getDefining_terminal(EAssembly_module_macro_terminal_armx type, ASdaiModel domain) |
public class CAssembly_module_macro_terminal_armx implements EAssembly_module_macro_terminal_armxstatic EAttribute attributeDefining_terminal(EAssembly_module_macro_terminal_armx type) |
public class AAssembly_module_macro_terminal_armx extends AEntitypublic EAssembly_module_macro_terminal_armx getByIndex(int index)public EAssembly_module_macro_terminal_armx getCurrentMember(SdaiIterator it) |