- fieldsOfCatalog(Catalog) - Static method in enum cz.diribet.aqdef.catalog.CatalogField
-
- filterCharacteristics(AqdefObjectModel.CharacteristicPredicate) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Removes all characteristics that do not match the given predicate.
- filterCharacteristics(AqdefObjectModel.PartEntries, AqdefObjectModel.CharacteristicOfSinglePartPredicate) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Removes all characteristics of the given part that do not match the given predicate.
- filterGroups(AqdefObjectModel.GroupPredicate) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Removes all groups that do not match the given predicate.
- filterGroups(AqdefObjectModel.PartEntries, AqdefObjectModel.GroupOfSinglePartPredicate) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Removes all groups of the given part that do not match the given predicate.
- filterParts(AqdefObjectModel.PartPredicate) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Removes all parts that do not match the given predicate.
- filterValues(AqdefObjectModel.ValuePredicate) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Removes all values that do not match the given predicate.
- filterValues(AqdefObjectModel.PartEntries, AqdefObjectModel.ValueOfSinglePartPredicate) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Removes all values of the given part that do not match the given predicate.
- filterValues(AqdefObjectModel.PartEntries, AqdefObjectModel.CharacteristicEntries, AqdefObjectModel.ValueOfSingleCharacteristicPredicate) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Removes all values of the given characteristic that do not match the given predicate.
- findCharacteristicIndexesForPart(PartIndex, AqdefObjectModel.CharacteristicOfSinglePartPredicate) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
- findPartIndexForCharacteristic(int) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Finds part index to which the given characteristic index belongs.
- forEachCharacteristic(AqdefObjectModel.CharacteristicConsumer) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Iterates through all characteristics of all parts
- forEachCharacteristic(AqdefObjectModel.PartEntries, AqdefObjectModel.CharacteristicOfSinglePartConsumer) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Iterates through all characteristics of the given part.
- forEachEntry(Consumer<E>) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.Entries
-
- forEachGroup(AqdefObjectModel.GroupConsumer) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Iterates through all logical groups of all parts
- forEachGroup(AqdefObjectModel.PartEntries, AqdefObjectModel.GroupOfSinglePartConsumer) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Iterates through all logical groups of the given part.
- forEachNodeBinding(Consumer<AqdefHierarchy.HierarchyEntry>) - Method in class cz.diribet.aqdef.model.AqdefHierarchy
-
- forEachNodeDefinition(Consumer<AqdefHierarchy.HierarchyEntry>) - Method in class cz.diribet.aqdef.model.AqdefHierarchy
-
- forEachPart(AqdefObjectModel.PartConsumer) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Iterates through all parts
- forEachValue(AqdefObjectModel.ValueConsumer) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Iterates through all values.
- forEachValue(AqdefObjectModel.PartEntries, AqdefObjectModel.ValueOfSinglePartConsumer) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Iterates through all values of the given part.
- forEachValue(AqdefObjectModel.PartEntries, AqdefObjectModel.CharacteristicEntries, AqdefObjectModel.ValueOfSingleCharacteristicConsumer) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Iterates through all values of the given characteristic.
- forKKey(KKey) - Static method in enum cz.diribet.aqdef.catalog.CatalogField
-