net.sourceforge.plantuml.cucadiagram
Interface GroupHierarchy

All Known Implementing Classes:
AbstractClassOrObjectDiagram, AbstractEntityDiagram, ActivityDiagram, ActivityDiagram2, ClassDiagram, ComponentDiagram, CompositeDiagram, CucaDiagram, ObjectDiagram, StateDiagram, UsecaseDiagram

public interface GroupHierarchy


Method Summary
 Collection<Group> getChildrenGroups(Group parent)
           
 boolean isEmpty(Group g)
           
 

Method Detail

getChildrenGroups

Collection<Group> getChildrenGroups(Group parent)

isEmpty

boolean isEmpty(Group g)


Copyright © 2011. All Rights Reserved.