ENTITY general_feature_armx SUBTYPE OF (general_feature); SELF\characterized_object.name RENAMED feature_type : undefined_object; SELF\characterized_object.description RENAMED feature_category : undefined_object; location_and_orientation : OPTIONAL placement; additional_parameter : SET [0:?] OF measure_representation_item; END_ENTITY; -- general_feature_armx |
Entity data types and their attributescharacterized_objectname: label; (OPT) description: text; feature_definition - general_feature - general_feature_armx (RT) name->feature_type: undefined_object; (RT) description->feature_category: undefined_object; (OPT) location_and_orientation: placement; additional_parameter: SET [0:?] OF measure_representation_item; |
Global rules for this entity data type- |
public interface EGeneral_feature_armx extends EGeneral_featurelocation_and_orientation (explicit attribute)boolean testLocation_and_orientation(EGeneral_feature_armx type)EPlacement getLocation_and_orientation(EGeneral_feature_armx type) void setLocation_and_orientation(EGeneral_feature_armx type, EPlacement value) void unsetLocation_and_orientation(EGeneral_feature_armx type) additional_parameter (explicit attribute)boolean testAdditional_parameter(EGeneral_feature_armx type)AMeasure_representation_item getAdditional_parameter(EGeneral_feature_armx type) AMeasure_representation_item createAdditional_parameter(EGeneral_feature_armx type) void unsetAdditional_parameter(EGeneral_feature_armx type) |
public class CGeneral_feature_armx implements EGeneral_feature_armxstatic EAttribute attributeLocation_and_orientation(EGeneral_feature_armx type)static int usedinLocation_and_orientation(EGeneral_feature_armx type, EPlacement instance, ASdaiModel domain, AGeneral_feature_armx result) static EAttribute attributeAdditional_parameter(EGeneral_feature_armx type) static int usedinAdditional_parameter(EGeneral_feature_armx type, EMeasure_representation_item instance, ASdaiModel domain, AGeneral_feature_armx result) |
public class AGeneral_feature_armx extends AEntitypublic EGeneral_feature_armx getByIndex(int index)public EGeneral_feature_armx getCurrentMember(SdaiIterator it) |