Interface GroupHierarchy
-
- All Known Subinterfaces:
ICucaDiagram
- 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.Collection<Entity>
getChildrenGroups(Entity parent)
Entity
getRootGroup()
boolean
isEmpty(Entity g)
-