ENTITY draughting_model_item_association SUBTYPE OF (item_identified_representation_usage); SELF\item_identified_representation_usage.definition : draughting_model_item_definition; SELF\item_identified_representation_usage.used_representation : annotation_representation_select; SELF\item_identified_representation_usage.identified_item : draughting_model_item_association_select; END_ENTITY; -- draughting_model_item_association |
Entity data types and their attributesitem_identified_representation_usagename: label; (OPT) description: text; definition: item_identified_representation_usage_definition; used_representation: representation; identified_item: representation_item; draughting_model_item_association (RT) definition: draughting_model_item_definition; (RT) used_representation: annotation_representation_select; (RT) identified_item: draughting_model_item_association_select; |
Users: by entity attributesitem_identified_representation_usagedraughting_model_item_association Users: by defined types, not used by any entity attributedraughting_model_item_association- |
Global rules for this entity data type- |
public interface EDraughting_model_item_association extends EItem_identified_representation_usage |
public class CDraughting_model_item_association implements EDraughting_model_item_association |
public class ADraughting_model_item_association extends AEntitypublic EDraughting_model_item_association getByIndex(int index)public EDraughting_model_item_association getCurrentMember(SdaiIterator it) |