public interface Group
Modifier and Type | Method and Description |
---|---|
Set<Component> |
getGroupedComponents()
Returns a set of the components belonging to this group.
|
String |
getName()
Returns the name of the group.
|
Set<Group> |
getSubGroups()
Returns a set of the subgroups of this group if any exists, otherwise returns empty collection.
|
Copyright © 2019 Solibri, Inc.. All rights reserved.