int |
PartIndex.compareTo(PartIndex o) |
|
Set<CharacteristicIndex> |
AqdefObjectModel.findCharacteristicIndexesForPart(PartIndex partIndex,
AqdefObjectModel.CharacteristicOfSinglePartPredicate predicate) |
|
List<CharacteristicIndex> |
AqdefObjectModel.getCharacteristicIndexes(PartIndex partIndex) |
Returns indexes of all characteristics of a part with the given index.
|
List<AqdefObjectModel.CharacteristicEntries> |
AqdefObjectModel.getCharacteristics(PartIndex partIndex) |
Returns all the characteristics of a part with the given index.
|
List<AqdefObjectModel.GroupEntries> |
AqdefObjectModel.getGroups(PartIndex partIndex) |
Returns all the groups of a part with the given index.
|
AqdefObjectModel.PartEntries |
AqdefObjectModel.getPartEntries(PartIndex index) |
|
List<AqdefObjectModel.ValueSet> |
AqdefObjectModel.getValueSets(PartIndex partIndex) |
|
protected AqdefObjectModel.PartEntry |
AqdefObjectModel.PartEntries.newEntry(KKey key,
PartIndex index,
Object value) |
|
static CharacteristicIndex |
CharacteristicIndex.of(PartIndex partIndex,
Integer characteristicIndex) |
|
static GroupIndex |
GroupIndex.of(PartIndex partIndex,
Integer groupIndex) |
|
static ValueIndex |
ValueIndex.of(PartIndex partIndex,
CharacteristicIndex characteristicIndex,
Integer valueIndex) |
|
void |
AqdefObjectModel.putPartEntry(KKey key,
PartIndex index,
Object value) |
|
void |
AqdefHierarchy.removeHierarchyForPart(PartIndex index) |
Removes node definition and all subnode definitions as well as node bindings for the provided part.
|
AqdefObjectModel.PartEntries |
AqdefObjectModel.PartEntries.withIndex(PartIndex index) |
|