Interface GroupHierarchy
- All Known Implementing Classes:
AbstractClassOrObjectDiagram
,AbstractEntityDiagram
,ActivityDiagram
,ClassDiagram
,CompositeDiagram
,CucaDiagram
,DescriptionDiagram
,StateDiagram
public interface GroupHierarchy
-
Method Summary
Modifier and TypeMethodDescriptionjava.util.Set<SuperGroup>
java.util.Collection<IGroup>
getChildrenGroups
(IGroup parent) boolean
-
Method Details
-
getRootGroup
IGroup getRootGroup() -
getRootSuperGroup
SuperGroup getRootSuperGroup() -
getChildrenGroups
-
getAllSuperGroups
java.util.Set<SuperGroup> getAllSuperGroups() -
isEmpty
-