Uses of Interface
com.solibri.smc.api.model.Group
-
Packages that use Group Package Description com.solibri.smc.api.model -
-
Uses of Group in com.solibri.smc.api.model
Subinterfaces of Group in com.solibri.smc.api.model Modifier and Type Interface Description interface
FunctionalSystem
Represents the system of a component.interface
Zone
A zone is an aggregation of spaces, partial spaces or other zones.Methods in com.solibri.smc.api.model that return types with arguments of type Group Modifier and Type Method Description Set<Group>
Component. getGroups()
Returns a set of the groups of the component if any exists, otherwise returns empty collection.Set<Group>
Group. getSubGroups()
Returns a set of the subgroups of this group if any exists, otherwise returns empty collection.
-