Interface GroupHierarchy

All Known Implementing Classes:
AbstractClassOrObjectDiagram, AbstractEntityDiagram, ActivityDiagram, ClassDiagram, CompositeDiagram, CucaDiagram, DescriptionDiagram, StateDiagram

public interface GroupHierarchy
  • Method Details

    • getRootGroup

      IGroup getRootGroup()
    • getRootSuperGroup

      SuperGroup getRootSuperGroup()
    • getChildrenGroups

      java.util.Collection<IGroup> getChildrenGroups(IGroup parent)
    • getAllSuperGroups

      java.util.Set<SuperGroup> getAllSuperGroups()
    • isEmpty

      boolean isEmpty(IGroup g)