net.sourceforge.plantuml.cucadiagram
Interface GroupHierarchy

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

public interface GroupHierarchy


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

Method Detail

getChildrenGroups

Collection<IGroup> getChildrenGroups(IGroup parent)

isEmpty

boolean isEmpty(IGroup g)


Copyright © 2013. All Rights Reserved.