ENTITY via_template_terminal SUBTYPE OF (shape_feature); SELF\shape_element.containing_shape RENAMED associated_definition : via_template_armx; disallowed_inter_stratum_extent : OPTIONAL SET [1:?] OF stratum_technology_occurrence_link_armx; SELF\shape_feature.connection_area : OPTIONAL SET [1:?] OF connection_zone_in_layout_template; DERIVE SELF\shape_aspect.description : text := 'via template terminal'; UNIQUE ur1 : name, associated_definition; END_ENTITY; -- via_template_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; shape_feature (OPT) connection_area: SET [1:?] OF connection_zone; (DER) surface_conditions: SET [0:?] OF surface_condition; via_template_terminal (RT) containing_shape->associated_definition: via_template_armx; (OPT) disallowed_inter_stratum_extent: SET [1:?] OF stratum_technology_occurrence_link_armx; (RT) (OPT) connection_area: SET [1:?] OF connection_zone_in_layout_template; (RT) (DER) description: text; |
Global rules for this entity data type- |
public interface EVia_template_terminal extends EShape_featuredisallowed_inter_stratum_extent (explicit attribute)boolean testDisallowed_inter_stratum_extent(EVia_template_terminal type)AStratum_technology_occurrence_link_armx getDisallowed_inter_stratum_extent(EVia_template_terminal type) AStratum_technology_occurrence_link_armx createDisallowed_inter_stratum_extent(EVia_template_terminal type) void unsetDisallowed_inter_stratum_extent(EVia_template_terminal type) |
public class CVia_template_terminal implements EVia_template_terminalstatic EAttribute attributeDisallowed_inter_stratum_extent(EVia_template_terminal type)static int usedinDisallowed_inter_stratum_extent(EVia_template_terminal type, EStratum_technology_occurrence_link_armx instance, ASdaiModel domain, AVia_template_terminal result) static EAttribute attributeDescription(EVia_template_terminal type) |
public class AVia_template_terminal extends AEntitypublic EVia_template_terminal getByIndex(int index)public EVia_template_terminal getCurrentMember(SdaiIterator it) |