public interface GroupHierarchy
Modifier and Type | Method and Description |
---|---|
java.util.Set<SuperGroup> |
getAllSuperGroups() |
java.util.Collection<IGroup> |
getChildrenGroups(IGroup parent) |
IGroup |
getRootGroup() |
SuperGroup |
getRootSuperGroup() |
boolean |
isEmpty(IGroup g) |
IGroup getRootGroup()
SuperGroup getRootSuperGroup()
java.util.Set<SuperGroup> getAllSuperGroups()
boolean isEmpty(IGroup g)
Copyright © 2020. All Rights Reserved.