| Package | Description |
|---|---|
| cz.diribet.aqdef.model |
| Modifier and Type | Method and Description |
|---|---|
PartIndex |
AqdefObjectModel.findPartIndexForCharacteristic(int characteristicIndex)
Finds part index to which the given characteristic index belongs.
|
PartIndex |
ValueIndex.getPartIndex() |
PartIndex |
CharacteristicIndex.getPartIndex() |
PartIndex |
GroupIndex.getPartIndex() |
static PartIndex |
PartIndex.of(Integer index) |
| Modifier and Type | Method and Description |
|---|---|
List<PartIndex> |
AqdefObjectModel.getPartIndexes()
Returns indexes of all parts in this object model.
|
| Modifier and Type | Method and Description |
|---|---|
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 ValueIndex |
ValueIndex.of(PartIndex partIndex,
CharacteristicIndex characteristicIndex,
Integer valueIndex) |
static CharacteristicIndex |
CharacteristicIndex.of(PartIndex partIndex,
Integer characteristicIndex) |
static GroupIndex |
GroupIndex.of(PartIndex partIndex,
Integer groupIndex) |
void |
AqdefObjectModel.putPartEntry(KKey key,
PartIndex index,
Object value) |
AqdefObjectModel.PartEntries |
AqdefObjectModel.PartEntries.withIndex(PartIndex index) |
| Constructor and Description |
|---|
PartEntries(PartIndex index) |
PartEntry(KKey key,
PartIndex index,
Object value) |
Copyright © 2019. All rights reserved.