Interface MAssociation

All Superinterfaces:
AssociationIF, MTMObject, ReifiableIF, ScopedIF, TMObjectIF, TypedIF

public interface MAssociation extends MTMObject, AssociationIF
  • Method Details

    • getRoleTypes

      Collection<TopicIF> getRoleTypes()
      Description copied from interface: AssociationIF
      PUBLIC: Gets a Collection of association role types found in this association. The returned collection does not contain any duplicates. Even if some roles have no type, null will not be returned as one of the role types in the returned set.
      Specified by:
      getRoleTypes in interface AssociationIF
      Returns:
      A Collection of TopicIF objects.