ENTITY land_join_terminal SUBTYPE OF (laminate_component_join_terminal_armx); SELF\component_feature_armx.definition : land_template_join_terminal; SELF\component_feature_armx.associated_component : land_armx; DERIVE SELF\shape_aspect.description : text := 'land join terminal'; END_ENTITY; -- land_join_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; laminate_component_feature - laminate_component_feature_armx - component_terminal_abstract (OPT) local_swappable: BOOLEAN; (OPT) global_swappable: BOOLEAN; (OPT) swap_code: STRING; component_terminal - component_terminal_armx - laminate_component_join_terminal - laminate_component_join_terminal_armx (INV) node_implementation: SET [0:1] OF generic_physical_network FOR connectivity_requirement_element; land_join_terminal (RT) definition: land_template_join_terminal; (RT) associated_component: land_armx; (RT) (DER) description: text; |
land_with_join_terminal_xim (LKSOFT_EXTENSIONS_XIM) |
Global rules for this entity data type- |
public interface ELand_join_terminal extends ELaminate_component_join_terminal_armx |
public class CLand_join_terminal implements ELand_join_terminalstatic EAttribute attributeDescription(ELand_join_terminal type) |
public class ALand_join_terminal extends AEntitypublic ELand_join_terminal getByIndex(int index)public ELand_join_terminal getCurrentMember(SdaiIterator it) |