Uses of Class
cz.diribet.aqdef.model.GroupIndex
-
Packages that use GroupIndex Package Description cz.diribet.aqdef.model -
-
Uses of GroupIndex in cz.diribet.aqdef.model
Methods in cz.diribet.aqdef.model that return GroupIndex Modifier and Type Method Description static GroupIndexGroupIndex. of(PartIndex partIndex, Integer groupIndex)static GroupIndexGroupIndex. of(Integer partIndex, Integer groupIndex)Methods in cz.diribet.aqdef.model with parameters of type GroupIndex Modifier and Type Method Description intGroupIndex. compareTo(GroupIndex o)Optional<Object>AqdefHierarchy. getParentIndex(GroupIndex groupIndex)Find index of parent characteristic or group of given group.protected AqdefObjectModel.GroupEntryAqdefObjectModel.GroupEntries. newEntry(KKey key, GroupIndex index, Object value)voidAqdefObjectModel. putGroupEntry(KKey key, GroupIndex groupIndex, Object value)voidAqdefHierarchy. removeHierarchyForGroup(GroupIndex index)Removes node definition and all subnode definitions as well as node bindings for the provided group.AqdefObjectModel.GroupEntriesAqdefObjectModel.GroupEntries. withIndex(GroupIndex index)Constructors in cz.diribet.aqdef.model with parameters of type GroupIndex Constructor Description GroupEntries(GroupIndex index)GroupEntry(KKey key, GroupIndex index, Object value)
-