int |
GroupIndex.compareTo(GroupIndex o) |
|
List<AqdefObjectModel.CharacteristicEntries> |
AqdefObjectModel.getChildCharacteristics(GroupIndex groupIndex) |
Returns all child characteristics 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<Object> |
AqdefHierarchy.getChildIndexes(GroupIndex groupIndex) |
Finds characteristics / group indexes of the given groups children
|
AqdefObjectModel.GroupEntries |
AqdefObjectModel.getGroupEntries(GroupIndex groupIndex) |
|
Optional<Object> |
AqdefHierarchy.getParentIndex(GroupIndex groupIndex) |
Find index of parent characteristic or group of given group.
|
protected AqdefObjectModel.GroupEntry |
AqdefObjectModel.GroupEntries.newEntry(KKey key,
GroupIndex index,
Object value) |
|
void |
AqdefObjectModel.putGroupEntry(KKey key,
GroupIndex groupIndex,
Object value) |
|
void |
AqdefHierarchy.removeHierarchyForGroup(GroupIndex index) |
Removes node definition and all subnode definitions as well as node bindings for the provided group.
|
AqdefObjectModel.GroupEntries |
AqdefObjectModel.GroupEntries.withIndex(GroupIndex index) |
|