ENTITY incremental_model_change_property_definition SUBTYPE OF (model_change__property_definition); basis_model : incremental_change_select; added_element : SET [0:?] OF model_change_element_select; END_ENTITY; -- incremental_model_change_property_definition |
Entity data types and their attributesproperty_definitionname: label; (OPT) description: text; definition: characterized_definition; (DER) id: identifier; model_change__property_definition (OPT) id_x: undefined_object; description_x: string_select; is_describing: change_armx; deleted_element: SET [0:?] OF representation_item; (RT) (DER) description: text; (RT) (DER) definition: characterized_definition; (RT) (DER) id: identifier; incremental_model_change_property_definition basis_model: incremental_change_select; added_element: SET [0:?] OF model_change_element_select; |
Global rules for this entity data type- |
public interface EIncremental_model_change_property_definition extends EModel_change__property_definitionbasis_model (explicit attribute)int testBasis_model(EIncremental_model_change_property_definition type)case 1 EEntity getBasis_model(EIncremental_model_change_property_definition type) void setBasis_model(EIncremental_model_change_property_definition type, EEntity value, EEntity node1) case 1 EEntity getBasis_model(EIncremental_model_change_property_definition type) void setBasis_model(EIncremental_model_change_property_definition type, EEntity value, EEntity node1) void unsetBasis_model(EIncremental_model_change_property_definition type) added_element (explicit attribute)boolean testAdded_element(EIncremental_model_change_property_definition type)AModel_change_element_select getAdded_element(EIncremental_model_change_property_definition type) AModel_change_element_select createAdded_element(EIncremental_model_change_property_definition type) void unsetAdded_element(EIncremental_model_change_property_definition type) |
public class CIncremental_model_change_property_definition implements EIncremental_model_change_property_definitionstatic EAttribute attributeBasis_model(EIncremental_model_change_property_definition type)static int usedinBasis_model(EIncremental_model_change_property_definition type, EEntity instance, ASdaiModel domain, AIncremental_model_change_property_definition result) static EAttribute attributeAdded_element(EIncremental_model_change_property_definition type) static int usedinAdded_element(EIncremental_model_change_property_definition type, EEntity instance, ASdaiModel domain, AIncremental_model_change_property_definition result) |
public class AIncremental_model_change_property_definition extends AEntitypublic EIncremental_model_change_property_definition getByIndex(int index)public EIncremental_model_change_property_definition getCurrentMember(SdaiIterator it) |