ENTITY assembly_module_component_terminal SUBTYPE OF (physical_component_terminal_armx); SELF\component_feature_armx.definition : assembly_module_terminal_armx; SELF\shape_element.containing_shape : assembly_module_component_armx; END_ENTITY; -- assembly_module_component_terminal |
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; component_feature (RT) of_shape: assembly_component; component_feature_armx (OPT) definition: feature_select; (RT) containing_shape->associated_component: assembly_component_armx; component_terminal_abstract (OPT) local_swappable: BOOLEAN; (OPT) global_swappable: BOOLEAN; (OPT) swap_code: STRING; component_terminal - component_terminal_armx - physical_component_feature - physical_component_feature_armx - physical_component_terminal - physical_component_terminal_armx (RT) (OPT) description->terminal_type: STRING; assembly_module_component_terminal (RT) definition: assembly_module_terminal_armx; (RT) containing_shape: assembly_module_component_armx; |
Global rules for this entity data type- |
public interface EAssembly_module_component_terminal extends EPhysical_component_terminal_armx |
public class CAssembly_module_component_terminal implements EAssembly_module_component_terminal |
public class AAssembly_module_component_terminal extends AEntitypublic EAssembly_module_component_terminal getByIndex(int index)public EAssembly_module_component_terminal getCurrentMember(SdaiIterator it) |