Uses of Class
cz.diribet.aqdef.model.ValueIndex
-
Packages that use ValueIndex Package Description cz.diribet.aqdef.model -
-
Uses of ValueIndex in cz.diribet.aqdef.model
Methods in cz.diribet.aqdef.model that return ValueIndex Modifier and Type Method Description static ValueIndexValueIndex. of(CharacteristicIndex characteristicIndex, Integer valueIndex)static ValueIndexValueIndex. of(PartIndex partIndex, CharacteristicIndex characteristicIndex, Integer valueIndex)static ValueIndexValueIndex. of(Integer partIndex, Integer characteristicIndex, Integer valueIndex)Methods in cz.diribet.aqdef.model that return types with arguments of type ValueIndex Modifier and Type Method Description List<ValueIndex>AqdefObjectModel. getValueIndexes()Returns indexes of all values in this object model.List<ValueIndex>AqdefObjectModel. getValueIndexes(CharacteristicIndex characteristicIndex)Returns indexes of all values of a characteristics with the given index.Methods in cz.diribet.aqdef.model with parameters of type ValueIndex Modifier and Type Method Description intValueIndex. compareTo(ValueIndex o)AqdefObjectModel.ValueEntriesAqdefObjectModel. getValueEntries(ValueIndex valueIndex)protected AqdefObjectModel.ValueEntryAqdefObjectModel.ValueEntries. newEntry(KKey key, ValueIndex index, Object value)voidAqdefObjectModel. putValueEntry(KKey key, ValueIndex valueIndex, Object value)AqdefObjectModel.ValueEntriesAqdefObjectModel.ValueEntries. withIndex(ValueIndex index)Constructors in cz.diribet.aqdef.model with parameters of type ValueIndex Constructor Description ValueEntries(ValueIndex index)ValueEntry(KKey key, ValueIndex index, Object value)
-