Overview Schemas Index

BASIC_ATTRIBUTE_SCHEMA (jsdai.SBasic_attribute_schema)


ENTITY role_association;
          role : object_role;
          item_with_role : role_select;
END_ENTITY; -- role_association

Entity data types and their attributes

role_association
          role: object_role;
          item_with_role: role_select;

Known subtypes

          component_material_relationship_assignment (PHYSICAL_UNIT_DESIGN_VIEW_MIM)

Users

role_association

Global rules for this entity data type

          -

public interface ERole_association extends EEntity

role (explicit attribute)

          boolean testRole(ERole_association type)
          EObject_role getRole(ERole_association type)
          void setRole(ERole_association type, EObject_role value)
          void unsetRole(ERole_association type)

item_with_role (explicit attribute)

          int testItem_with_role(ERole_association type)
          case 1
              EEntity getItem_with_role(ERole_association type)
              void setItem_with_role(ERole_association type, EEntity value, EEntity node1)
          void unsetItem_with_role(ERole_association type)

public class CRole_association implements ERole_association

          static EAttribute attributeRole(ERole_association type)
          static int usedinRole(ERole_association type, EObject_role instance, ASdaiModel domain, ARole_association result)
          static EAttribute attributeItem_with_role(ERole_association type)
          static int usedinItem_with_role(ERole_association type, EEntity instance, ASdaiModel domain, ARole_association result)

public class ARole_association extends AEntity

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