ENTITY connection_zone_in_usage_view SUBTYPE OF (connection_zone); DERIVE associated_definition : part_usage_view := of_shape.definition; SELF\shape_aspect.name : STRING := ''; END_ENTITY; -- connection_zone_in_usage_view |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; shape_feature_occurrence - connection_zone (DER) surface_conditions: SET [0:?] OF surface_condition; (RT) (DER) description: text; connection_zone_in_usage_view (DER) associated_definition: part_usage_view; (RT) (DER) name: STRING; |
Global rules for this entity data type- |
public interface EConnection_zone_in_usage_view extends EConnection_zoneassociated_definition (derived attribute)EPart_usage_view getAssociated_definition(EConnection_zone_in_usage_view type)boolean testAssociated_definition(EConnection_zone_in_usage_view type) |
public class CConnection_zone_in_usage_view implements EConnection_zone_in_usage_viewstatic EAttribute attributeAssociated_definition(EConnection_zone_in_usage_view type)static int usedinAssociated_definition(EConnection_zone_in_usage_view type, EPart_usage_view instance, ASdaiModel domain, AConnection_zone_in_usage_view result) static EAttribute attributeName(EConnection_zone_in_usage_view type) |
public class AConnection_zone_in_usage_view extends AEntitypublic EConnection_zone_in_usage_view getByIndex(int index)public EConnection_zone_in_usage_view getCurrentMember(SdaiIterator it) |