Interface MTopic

    • Method Detail

      • getAssociations

        Collection<AssociationIF> getAssociations()
        Description copied from interface: TopicIF
        PUBLIC: Gets the associations that have roles played by this topic. There is no guarantee as to the order these are returned in.
        Specified by:
        getAssociations in interface TopicIF
        Returns:
        A collection of AssociationIF objects.
      • getRoles

        Collection<AssociationRoleIF> getRoles()
        Description copied from interface: TopicIF
        PUBLIC: Gets the association roles played by this topic. There is no guarantee as to the order these are returned in.
        Specified by:
        getRoles in interface TopicIF
        Returns:
        A collection of AssociationRoleIF objects.