Uses of Class
cz.diribet.aqdef.model.AqdefObjectModel.GroupEntries
-
Packages that use AqdefObjectModel.GroupEntries Package Description cz.diribet.aqdef.model -
-
Uses of AqdefObjectModel.GroupEntries in cz.diribet.aqdef.model
Methods in cz.diribet.aqdef.model that return AqdefObjectModel.GroupEntries Modifier and Type Method Description AqdefObjectModel.GroupEntriesAqdefObjectModel. getGroupEntries(GroupIndex groupIndex)AqdefObjectModel.GroupEntriesAqdefObjectModel.GroupEntries. withIndex(GroupIndex index)Methods in cz.diribet.aqdef.model that return types with arguments of type AqdefObjectModel.GroupEntries Modifier and Type Method Description List<AqdefObjectModel.GroupEntries>AqdefObjectModel. getChildGroups(CharacteristicIndex characteristicIndex)Returns all child groups of the characteristic with the given index.List<AqdefObjectModel.GroupEntries>AqdefObjectModel. getChildGroups(GroupIndex groupIndex)Returns all child groups of the characteristic with the given index.List<AqdefObjectModel.GroupEntries>AqdefObjectModel. getGroups(PartIndex partIndex)Returns all the groups of a part with the given index.List<AqdefObjectModel.GroupEntries>AqdefObjectModel. getRootGroups(PartIndex partIndex)Returns all the groups of a part with the given index that are root of group hierarchy (has no parent group).Methods in cz.diribet.aqdef.model with parameters of type AqdefObjectModel.GroupEntries Modifier and Type Method Description voidAqdefObjectModel.GroupConsumer. accept(AqdefObjectModel.PartEntries part, AqdefObjectModel.GroupEntries characteristic)voidAqdefObjectModel.GroupOfSinglePartConsumer. accept(AqdefObjectModel.GroupEntries characteristic)booleanAqdefObjectModel.GroupOfSinglePartPredicate. test(AqdefObjectModel.GroupEntries group)booleanAqdefObjectModel.GroupPredicate. test(AqdefObjectModel.PartEntries part, AqdefObjectModel.GroupEntries group)
-