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