| Package | Description |
|---|---|
| cz.diribet.aqdef.model |
| Modifier and Type | Method and Description |
|---|---|
CharacteristicIndex |
ValueIndex.getCharacteristicIndex() |
static CharacteristicIndex |
CharacteristicIndex.of(Integer partIndex,
Integer characteristicIndex) |
static CharacteristicIndex |
CharacteristicIndex.of(PartIndex partIndex,
Integer characteristicIndex) |
| Modifier and Type | Method and Description |
|---|---|
Set<CharacteristicIndex> |
AqdefObjectModel.findCharacteristicIndexesForPart(PartIndex partIndex,
AqdefObjectModel.CharacteristicOfSinglePartPredicate predicate) |
List<CharacteristicIndex> |
AqdefObjectModel.ValueSet.getCharacteristicIndexes() |
List<CharacteristicIndex> |
AqdefObjectModel.getCharacteristicIndexes(PartIndex partIndex)
Returns indexes of all characteristics of a part with the given index.
|
| Modifier and Type | Method and Description |
|---|---|
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.
use
AqdefObjectModel.getValues(CharacteristicIndex) instead |
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) |
AqdefObjectModel.CharacteristicEntries |
AqdefObjectModel.CharacteristicEntries.withIndex(CharacteristicIndex index) |
| Constructor and Description |
|---|
CharacteristicEntries(CharacteristicIndex index) |
CharacteristicEntry(KKey key,
CharacteristicIndex index,
Object value) |
| Constructor and Description |
|---|
ValueSet(TreeMap<CharacteristicIndex,AqdefObjectModel.ValueEntries> valuesOfCharacteristics) |
Copyright © 2019. All rights reserved.