Overview Schemas Index

ASSOCIATIVE_DRAUGHTING_ELEMENTS_MIM (jsdai.SAssociative_draughting_elements_mim)


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 attributes

item_identified_representation_usage
          name: 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 attributes

item_identified_representation_usage
draughting_model_item_association

Users: by defined types, not used by any entity attribute

draughting_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 AEntity

          public EDraughting_model_item_association getByIndex(int index)
          public EDraughting_model_item_association getCurrentMember(SdaiIterator it)