|
ENTITY round SUBTYPE OF (transition_feature_solid); chosen_element : chosen_shape_element; base_solid : solid_model; radius : measure_representation_item; END_ENTITY; -- round |
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; representation_item name: label; geometric_representation_item (DER) dim: dimension_count; solid_model - transition_feature_solid - round chosen_element: chosen_shape_element; base_solid: solid_model; radius: measure_representation_item; |
Global rules for this entity data type- |
public interface ERound extends ETransition_feature_solidchosen_element (explicit attribute)boolean testChosen_element(ERound type)EChosen_shape_element getChosen_element(ERound type) void setChosen_element(ERound type, EChosen_shape_element value) void unsetChosen_element(ERound type) base_solid (explicit attribute)boolean testBase_solid(ERound type)ESolid_model getBase_solid(ERound type) void setBase_solid(ERound type, ESolid_model value) void unsetBase_solid(ERound type) radius (explicit attribute)boolean testRadius(ERound type)EMeasure_representation_item getRadius(ERound type) void setRadius(ERound type, EMeasure_representation_item value) void unsetRadius(ERound type) |
public class CRound implements ERoundstatic EAttribute attributeChosen_element(ERound type)static int usedinChosen_element(ERound type, EChosen_shape_element instance, ASdaiModel domain, ARound result) static EAttribute attributeBase_solid(ERound type) static int usedinBase_solid(ERound type, ESolid_model instance, ASdaiModel domain, ARound result) static EAttribute attributeRadius(ERound type) static int usedinRadius(ERound type, EMeasure_representation_item instance, ASdaiModel domain, ARound result) |
public class ARound extends AEntitypublic ERound getByIndex(int index)public ERound getCurrentMember(SdaiIterator it) |