ENTITY surface_texture_parameter__value_range SUBTYPE OF (value_range); SELF\representation_item.name RENAMED parameter_name : label; described_texture : texture_select; DERIVE parameter_value : measure_representation_item := SELF; END_ENTITY; -- surface_texture_parameter__value_range |
Entity data types and their attributesrepresentation_itemname: label; compound_representation_item item_element: compound_item_definition; value_range - surface_texture_parameter__value_range (RT) name->parameter_name: label; described_texture: texture_select; (DER) parameter_value: measure_representation_item; |
Global rules for this entity data type- |
public interface ESurface_texture_parameter__value_range extends EValue_rangedescribed_texture (explicit attribute)int testDescribed_texture(ESurface_texture_parameter__value_range type)case 1 EEntity getDescribed_texture(ESurface_texture_parameter__value_range type) void setDescribed_texture(ESurface_texture_parameter__value_range type, EEntity value, EEntity node1) void unsetDescribed_texture(ESurface_texture_parameter__value_range type) parameter_value (derived attribute)EMeasure_representation_item getParameter_value(ESurface_texture_parameter__value_range type)boolean testParameter_value(ESurface_texture_parameter__value_range type) |
public class CSurface_texture_parameter__value_range implements ESurface_texture_parameter__value_rangestatic EAttribute attributeDescribed_texture(ESurface_texture_parameter__value_range type)static int usedinDescribed_texture(ESurface_texture_parameter__value_range type, EEntity instance, ASdaiModel domain, ASurface_texture_parameter__value_range result) static EAttribute attributeParameter_value(ESurface_texture_parameter__value_range type) static int usedinParameter_value(ESurface_texture_parameter__value_range type, EMeasure_representation_item instance, ASdaiModel domain, ASurface_texture_parameter__value_range result) |
public class ASurface_texture_parameter__value_range extends AEntitypublic ESurface_texture_parameter__value_range getByIndex(int index)public ESurface_texture_parameter__value_range getCurrentMember(SdaiIterator it) |