ENTITY via_terminal SUBTYPE OF (laminate_component_feature_armx); SELF\component_feature_armx.definition : via_template_terminal; SELF\component_feature_armx.associated_component : via_armx; DERIVE SELF\shape_aspect.description : text := 'via terminal'; END_ENTITY; -- via_terminal |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; component_feature (RT) of_shape: assembly_component; component_feature_armx (OPT) definition: feature_select; (RT) of_shape->associated_component: assembly_component_armx; laminate_component_feature - laminate_component_feature_armx - via_terminal (RT) definition: via_template_terminal; (RT) associated_component: via_armx; (RT) (DER) description: text; |
Global rules for this entity data type- |
public interface EVia_terminal extends ELaminate_component_feature_armx |
public class CVia_terminal implements EVia_terminalstatic EAttribute attributeDescription(EVia_terminal type) |
public class AVia_terminal extends AEntitypublic EVia_terminal getByIndex(int index)public EVia_terminal getCurrentMember(SdaiIterator it) |