Interface ICategoryDescriptions

All Known Implementing Classes:
PalladioCategoryDescriptions

public interface ICategoryDescriptions
  • Method Details

    • hasCategoriesForObject

      boolean hasCategoriesForObject(EObject object)
      Test whether the given object has categories or not
      Parameters:
      object - The object to test for categories
      Returns:
      true if the given object should be displayed using categories - false otherwise
    • getCategoriesForObject

      Collection<CategoryDescriptor> getCategoriesForObject(EObject object)
      Return the list of category descriptors for the given object.
      Parameters:
      object - The object for which the categories should be retrieved
      Returns:
      The set of category descriptors characterizing the categories into which the children of the object are divided