void |
AqdefObjectModel.ValueSet.addValueOfCharacteristic(CharacteristicIndex characteristicIndex,
AqdefObjectModel.ValueEntries valueEntries) |
|
int |
CharacteristicIndex.compareTo(CharacteristicIndex o) |
|
AqdefObjectModel.CharacteristicEntries |
AqdefObjectModel.getCharacteristicEntries(CharacteristicIndex characteristicIndex) |
|
Optional<Object> |
AqdefHierarchy.getParentIndex(CharacteristicIndex characteristicIndex) |
Find index of parent characteristic or group of given characteristic.
|
List<AqdefObjectModel.ValueEntries> |
AqdefObjectModel.getValueEntries(CharacteristicIndex characteristicIndex) |
Deprecated.
|
List<ValueIndex> |
AqdefObjectModel.getValueIndexes(CharacteristicIndex characteristicIndex) |
Returns indexes of all values of a characteristics with the given index.
|
List<AqdefObjectModel.ValueEntries> |
AqdefObjectModel.getValues(CharacteristicIndex characteristicIndex) |
|
AqdefObjectModel.ValueEntries |
AqdefObjectModel.ValueSet.getValuesOfCharacteristic(CharacteristicIndex characteristicIndex) |
|
boolean |
AqdefHierarchy.hasChildren(CharacteristicIndex characteristicIndex) |
|
protected AqdefObjectModel.CharacteristicEntry |
AqdefObjectModel.CharacteristicEntries.newEntry(KKey key,
CharacteristicIndex index,
Object value) |
|
static ValueIndex |
ValueIndex.of(CharacteristicIndex characteristicIndex,
Integer valueIndex) |
|
static ValueIndex |
ValueIndex.of(PartIndex partIndex,
CharacteristicIndex characteristicIndex,
Integer valueIndex) |
|
void |
AqdefObjectModel.putCharacteristicEntry(KKey key,
CharacteristicIndex characteristicIndex,
Object value) |
|
void |
AqdefHierarchy.removeHierarchyForCharacteristic(CharacteristicIndex index) |
Removes node definition and all subnode definitions as well as node bindings for the provided characteristic.
|
AqdefObjectModel.CharacteristicEntries |
AqdefObjectModel.CharacteristicEntries.withIndex(CharacteristicIndex index) |
|