A B C D E F G H I K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractEntry() - Constructor for class cz.diribet.aqdef.model.AqdefObjectModel.AbstractEntry
- AbstractLineParser - Class in cz.diribet.aqdef.parser.line
- AbstractLineParser() - Constructor for class cz.diribet.aqdef.parser.line.AbstractLineParser
- accept(AqdefObjectModel.CharacteristicEntries) - Method in interface cz.diribet.aqdef.model.AqdefObjectModel.CharacteristicOfSinglePartConsumer
- accept(AqdefObjectModel.CharacteristicEntries, AqdefObjectModel.ValueEntries) - Method in interface cz.diribet.aqdef.model.AqdefObjectModel.ValueOfSinglePartConsumer
- accept(AqdefObjectModel.GroupEntries) - Method in interface cz.diribet.aqdef.model.AqdefObjectModel.GroupOfSinglePartConsumer
- accept(AqdefObjectModel.PartEntries) - Method in interface cz.diribet.aqdef.model.AqdefObjectModel.PartConsumer
- accept(AqdefObjectModel.PartEntries, AqdefObjectModel.CharacteristicEntries) - Method in interface cz.diribet.aqdef.model.AqdefObjectModel.CharacteristicConsumer
- accept(AqdefObjectModel.PartEntries, AqdefObjectModel.CharacteristicEntries, AqdefObjectModel.ValueEntries) - Method in interface cz.diribet.aqdef.model.AqdefObjectModel.ValueConsumer
- accept(AqdefObjectModel.PartEntries, AqdefObjectModel.GroupEntries) - Method in interface cz.diribet.aqdef.model.AqdefObjectModel.GroupConsumer
- accept(AqdefObjectModel.ValueEntries) - Method in interface cz.diribet.aqdef.model.AqdefObjectModel.ValueOfSingleCharacteristicConsumer
- addValueOfCharacteristic(CharacteristicIndex, AqdefObjectModel.ValueEntries) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.ValueSet
- AqdefConstants - Interface in cz.diribet.aqdef
- AqdefHierarchy - Class in cz.diribet.aqdef.model
-
Contains information about hierarchy of parts / characteristics / groups.
- AqdefHierarchy() - Constructor for class cz.diribet.aqdef.model.AqdefHierarchy
- AqdefHierarchy.HierarchyEntry - Class in cz.diribet.aqdef.model
- AqdefObjectModel - Class in cz.diribet.aqdef.model
-
Object model of AQDEF content.
- AqdefObjectModel() - Constructor for class cz.diribet.aqdef.model.AqdefObjectModel
- AqdefObjectModel.AbstractEntry<I> - Class in cz.diribet.aqdef.model
- AqdefObjectModel.CharacteristicConsumer - Interface in cz.diribet.aqdef.model
- AqdefObjectModel.CharacteristicEntries - Class in cz.diribet.aqdef.model
- AqdefObjectModel.CharacteristicEntry - Class in cz.diribet.aqdef.model
- AqdefObjectModel.CharacteristicOfSinglePartConsumer - Interface in cz.diribet.aqdef.model
- AqdefObjectModel.CharacteristicOfSinglePartPredicate - Interface in cz.diribet.aqdef.model
- AqdefObjectModel.CharacteristicPredicate - Interface in cz.diribet.aqdef.model
- AqdefObjectModel.Entries<E extends AqdefObjectModel.AbstractEntry<I>,I> - Class in cz.diribet.aqdef.model
- AqdefObjectModel.GroupConsumer - Interface in cz.diribet.aqdef.model
- AqdefObjectModel.GroupEntries - Class in cz.diribet.aqdef.model
- AqdefObjectModel.GroupEntry - Class in cz.diribet.aqdef.model
- AqdefObjectModel.GroupOfSinglePartConsumer - Interface in cz.diribet.aqdef.model
- AqdefObjectModel.GroupOfSinglePartPredicate - Interface in cz.diribet.aqdef.model
- AqdefObjectModel.GroupPredicate - Interface in cz.diribet.aqdef.model
- AqdefObjectModel.PartConsumer - Interface in cz.diribet.aqdef.model
- AqdefObjectModel.PartEntries - Class in cz.diribet.aqdef.model
- AqdefObjectModel.PartEntry - Class in cz.diribet.aqdef.model
- AqdefObjectModel.PartPredicate - Interface in cz.diribet.aqdef.model
- AqdefObjectModel.ValueConsumer - Interface in cz.diribet.aqdef.model
- AqdefObjectModel.ValueEntries - Class in cz.diribet.aqdef.model
- AqdefObjectModel.ValueEntry - Class in cz.diribet.aqdef.model
- AqdefObjectModel.ValueOfSingleCharacteristicConsumer - Interface in cz.diribet.aqdef.model
- AqdefObjectModel.ValueOfSingleCharacteristicPredicate - Interface in cz.diribet.aqdef.model
- AqdefObjectModel.ValueOfSinglePartConsumer - Interface in cz.diribet.aqdef.model
- AqdefObjectModel.ValueOfSinglePartPredicate - Interface in cz.diribet.aqdef.model
- AqdefObjectModel.ValuePredicate - Interface in cz.diribet.aqdef.model
- AqdefObjectModel.ValueSet - Class in cz.diribet.aqdef.model
-
Contains one "set" of values for all characteristics.
- AqdefObjectModelBuilder - Class in cz.diribet.aqdef.model.builder
-
Builder that simplifies creation of
AqdefObjectModel. - AqdefObjectModelBuilder() - Constructor for class cz.diribet.aqdef.model.builder.AqdefObjectModelBuilder
- AqdefParser - Class in cz.diribet.aqdef.parser
-
Parses
AqdefObjectModelfrom a AQDEF content (file or other data source) - AqdefParser() - Constructor for class cz.diribet.aqdef.parser.AqdefParser
- AqdefValidityException - Exception in cz.diribet.aqdef
-
Indicates that the AQDEF content has invalid structure, format or is malformed in another way.
- AqdefValidityException() - Constructor for exception cz.diribet.aqdef.AqdefValidityException
- AqdefValidityException(String) - Constructor for exception cz.diribet.aqdef.AqdefValidityException
- AqdefValidityException(String, Throwable) - Constructor for exception cz.diribet.aqdef.AqdefValidityException
- AqdefValidityException(Throwable) - Constructor for exception cz.diribet.aqdef.AqdefValidityException
- AqdefWriter - Class in cz.diribet.aqdef.writer
-
Writes
AqdefObjectModelto AQDFQ text structure. - AqdefWriter() - Constructor for class cz.diribet.aqdef.writer.AqdefWriter
B
- BigDecimalKKeyValueConverter - Class in cz.diribet.aqdef.convert
- BigDecimalKKeyValueConverter() - Constructor for class cz.diribet.aqdef.convert.BigDecimalKKeyValueConverter
- BinaryLineParser - Class in cz.diribet.aqdef.parser.line
- BinaryLineParser() - Constructor for class cz.diribet.aqdef.parser.line.BinaryLineParser
- BooleanKKeyValueConverter - Class in cz.diribet.aqdef.convert
- BooleanKKeyValueConverter() - Constructor for class cz.diribet.aqdef.convert.BooleanKKeyValueConverter
- build() - Method in class cz.diribet.aqdef.KKeyMetadata.KKeyMetadataBuilder
- build() - Method in class cz.diribet.aqdef.model.builder.AqdefObjectModelBuilder
- builder() - Static method in class cz.diribet.aqdef.KKeyMetadata
C
- Catalog - Enum in cz.diribet.aqdef.catalog
-
AQDEF catalogs
- CATALOG - cz.diribet.aqdef.KKey.Level
- CatalogField - Enum in cz.diribet.aqdef.catalog
- CatalogField.CatalogFieldType - Enum in cz.diribet.aqdef.catalog
- catalogsWithDefinedFields() - Static method in enum cz.diribet.aqdef.catalog.CatalogField
- CAUSE - cz.diribet.aqdef.catalog.Catalog
-
BEWARE - table is the same for Event, Cause and Measure catalogs - catalogs are separated by ID offset (OMG WTF?)
- CHARACTERISTIC - cz.diribet.aqdef.KKey.Level
- CharacteristicEntries(CharacteristicIndex) - Constructor for class cz.diribet.aqdef.model.AqdefObjectModel.CharacteristicEntries
- CharacteristicEntriesAggregator - Class in cz.diribet.aqdef.model
-
Aggregates entries of characteristic and part.
- CharacteristicEntriesAggregator(IHasKKeyValues, IHasKKeyValues) - Constructor for class cz.diribet.aqdef.model.CharacteristicEntriesAggregator
- CharacteristicEntry(KKey, CharacteristicIndex, Object) - Constructor for class cz.diribet.aqdef.model.AqdefObjectModel.CharacteristicEntry
- CharacteristicIndex - Class in cz.diribet.aqdef.model
- columnName(String) - Method in class cz.diribet.aqdef.KKeyMetadata.KKeyMetadataBuilder
- compareTo(KKey) - Method in class cz.diribet.aqdef.KKey
- compareTo(CharacteristicIndex) - Method in class cz.diribet.aqdef.model.CharacteristicIndex
- compareTo(GroupIndex) - Method in class cz.diribet.aqdef.model.GroupIndex
- compareTo(NodeIndex) - Method in class cz.diribet.aqdef.model.NodeIndex
- compareTo(PartIndex) - Method in class cz.diribet.aqdef.model.PartIndex
- compareTo(ValueIndex) - Method in class cz.diribet.aqdef.model.ValueIndex
- containsCharacteristic(AqdefObjectModel.CharacteristicEntries) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- containsPart(AqdefObjectModel.PartEntries) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- containsValue(AqdefObjectModel.ValueEntries) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- CONTRACTOR - cz.diribet.aqdef.catalog.Catalog
- convert(String) - Method in class cz.diribet.aqdef.convert.BigDecimalKKeyValueConverter
- convert(String) - Method in class cz.diribet.aqdef.convert.BooleanKKeyValueConverter
- convert(String) - Method in class cz.diribet.aqdef.convert.custom.K0005ValueConverter
- convert(String) - Method in class cz.diribet.aqdef.convert.custom.K0006ValueConverter
- convert(String) - Method in class cz.diribet.aqdef.convert.custom.K0020ValueConverter
- convert(String) - Method in class cz.diribet.aqdef.convert.DateKKeyValueConverter
- convert(String) - Method in interface cz.diribet.aqdef.convert.IKKeyValueConverter
- convert(String) - Method in class cz.diribet.aqdef.convert.IntegerKKeyValueConverter
- convert(String) - Method in class cz.diribet.aqdef.convert.StringKKeyValueConverter
- convertValue(KKey, String, ParserContext) - Method in class cz.diribet.aqdef.parser.line.AbstractLineParser
- createCharacteristicEntry(KKey, Object) - Method in class cz.diribet.aqdef.model.builder.AqdefObjectModelBuilder
- createCharacteristicEntry(String, Object) - Method in class cz.diribet.aqdef.model.builder.AqdefObjectModelBuilder
- createGroupEntry(KKey, Object) - Method in class cz.diribet.aqdef.model.builder.AqdefObjectModelBuilder
- createGroupEntry(String, Object) - Method in class cz.diribet.aqdef.model.builder.AqdefObjectModelBuilder
- createHierarchyNodeOfCharacteristic(int, Integer) - Method in class cz.diribet.aqdef.model.builder.AqdefObjectModelBuilder
- createHierarchyNodeOfGroup(int, Integer) - Method in class cz.diribet.aqdef.model.builder.AqdefObjectModelBuilder
- createHierarchyNodeOfPart() - Method in class cz.diribet.aqdef.model.builder.AqdefObjectModelBuilder
- createKKeysWithMetadata() - Method in interface cz.diribet.aqdef.IKKeyProvider
- createPartEntry(KKey, Object) - Method in class cz.diribet.aqdef.model.builder.AqdefObjectModelBuilder
- createPartEntry(String, Object) - Method in class cz.diribet.aqdef.model.builder.AqdefObjectModelBuilder
- createValueEntry(KKey, Object) - Method in class cz.diribet.aqdef.model.builder.AqdefObjectModelBuilder
- createValueEntry(String, Object) - Method in class cz.diribet.aqdef.model.builder.AqdefObjectModelBuilder
- CUSTOM_CHARACTERISTIC - cz.diribet.aqdef.KKey.Level
- CUSTOM_PART - cz.diribet.aqdef.KKey.Level
- CUSTOM_VALUE - cz.diribet.aqdef.KKey.Level
- CUSTOMER - cz.diribet.aqdef.catalog.Catalog
- cz.diribet.aqdef - package cz.diribet.aqdef
- cz.diribet.aqdef.catalog - package cz.diribet.aqdef.catalog
- cz.diribet.aqdef.convert - package cz.diribet.aqdef.convert
- cz.diribet.aqdef.convert.custom - package cz.diribet.aqdef.convert.custom
- cz.diribet.aqdef.model - package cz.diribet.aqdef.model
- cz.diribet.aqdef.model.builder - package cz.diribet.aqdef.model.builder
- cz.diribet.aqdef.parser - package cz.diribet.aqdef.parser
- cz.diribet.aqdef.parser.line - package cz.diribet.aqdef.parser.line
- cz.diribet.aqdef.writer - package cz.diribet.aqdef.writer
D
- DATA - cz.diribet.aqdef.catalog.CatalogField.CatalogFieldType
-
Data fields contains actial data of the catalog record
- dataType(Class<?>) - Method in class cz.diribet.aqdef.KKeyMetadata.KKeyMetadataBuilder
- dataType(Class<T>, IKKeyValueConverter<T>) - Method in class cz.diribet.aqdef.KKeyMetadata.KKeyMetadataBuilder
- DateKKeyValueConverter - Class in cz.diribet.aqdef.convert
- DateKKeyValueConverter() - Constructor for class cz.diribet.aqdef.convert.DateKKeyValueConverter
- DRAWING - cz.diribet.aqdef.catalog.Catalog
E
- EMPLOYEE - cz.diribet.aqdef.catalog.Catalog
- Entries() - Constructor for class cz.diribet.aqdef.model.AqdefObjectModel.Entries
- equals(Object) - Method in class cz.diribet.aqdef.KKey
- equals(Object) - Method in class cz.diribet.aqdef.KKeyMetadata
- equals(Object) - Method in class cz.diribet.aqdef.model.CharacteristicIndex
- equals(Object) - Method in class cz.diribet.aqdef.model.GroupIndex
- equals(Object) - Method in class cz.diribet.aqdef.model.NodeIndex
- equals(Object) - Method in class cz.diribet.aqdef.model.PartIndex
- equals(Object) - Method in class cz.diribet.aqdef.model.ValueIndex
- EVENT - cz.diribet.aqdef.catalog.Catalog
-
BEWARE - table is the same for Event, Cause and Measure catalogs - catalogs are separated by ID offset (OMG WTF?)
F
- 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.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.
- 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.ValuePredicate) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Removes all values 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.PartEntries, AqdefObjectModel.CharacteristicEntries, AqdefObjectModel.ValueOfSingleCharacteristicConsumer) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Iterates through all values of the given characteristic.
- forEachValue(AqdefObjectModel.PartEntries, AqdefObjectModel.ValueOfSinglePartConsumer) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Iterates through all values of the given part.
- forEachValue(AqdefObjectModel.ValueConsumer) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Iterates through all values.
- forKKey(KKey) - Static method in enum cz.diribet.aqdef.catalog.CatalogField
G
- GAGE - cz.diribet.aqdef.catalog.Catalog
- get(KKey) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.Entries
- getAllKKeys() - Method in class cz.diribet.aqdef.KKeyRepository
- getAnyValueOf(KKey) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Finds value of the given K-key from any part / characteristic / value.
- getCatalog() - Method in enum cz.diribet.aqdef.catalog.CatalogField
- getCharacteristicCount() - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Returns total number of characteristics of all parts in this object model
- getCharacteristicEntries() - Method in class cz.diribet.aqdef.model.CharacteristicEntriesAggregator
- getCharacteristicEntries(int, int) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- getCharacteristicEntries(CharacteristicIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- getCharacteristicIndex() - Method in class cz.diribet.aqdef.model.CharacteristicIndex
- getCharacteristicIndex() - Method in class cz.diribet.aqdef.model.ValueIndex
- getCharacteristicIndexes() - Method in class cz.diribet.aqdef.model.AqdefObjectModel.ValueSet
- getCharacteristicIndexes(PartIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Returns indexes of all characteristics of a part with the given index.
- getCharacteristicKKeys() - Method in class cz.diribet.aqdef.KKeyRepository
- getCharacteristics(PartIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Returns all the characteristics of a part with the given index.
- getChildCharacteristics(CharacteristicIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Returns all child characteristics of the characteristic with the given index.
- getChildCharacteristics(GroupIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Returns all child characteristics of the characteristic with the given index.
- getChildGroups(CharacteristicIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Returns all child groups of the characteristic with the given index.
- getChildGroups(GroupIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Returns all child groups of the characteristic with the given index.
- getChildIndexes(CharacteristicIndex) - Method in class cz.diribet.aqdef.model.AqdefHierarchy
-
Finds characteristics / group indexes of the given characteristics children
- getChildIndexes(GroupIndex) - Method in class cz.diribet.aqdef.model.AqdefHierarchy
-
Finds characteristics / group indexes of the given groups children
- getColumnName() - Method in class cz.diribet.aqdef.KKeyMetadata
-
Returns name of the DB column in the Q-DAS database where this K-key is stored.
- getConverter() - Method in class cz.diribet.aqdef.KKey
- getConverter() - Method in class cz.diribet.aqdef.KKeyMetadata
-
Returns converter that can be used to convert the value of this K-key from and to the textual representation of AQDEF format.
- getDataType() - Method in class cz.diribet.aqdef.KKey
- getDataType() - Method in class cz.diribet.aqdef.KKeyMetadata
-
Returns datatype of this K-key.
- getDbColumnName() - Method in class cz.diribet.aqdef.KKey
- getGroupEntries(GroupIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- getGroupIndex() - Method in class cz.diribet.aqdef.model.GroupIndex
- getGroups(PartIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Returns all the groups of a part with the given index.
- getIndex() - Method in class cz.diribet.aqdef.model.NodeIndex
- getIndex() - Method in class cz.diribet.aqdef.model.PartIndex
- getIndex(CharacteristicIndex, KKey) - Method in class cz.diribet.aqdef.parser.ParserContext.ValueIndexCounter
- getInstance() - Static method in class cz.diribet.aqdef.KKeyRepository
- getKey() - Method in class cz.diribet.aqdef.KKey
- getKKey() - Method in enum cz.diribet.aqdef.catalog.CatalogField
- getKKeysOfCatalog(Catalog) - Static method in enum cz.diribet.aqdef.catalog.CatalogField
- getKKeysOfCatalog(Catalog, Predicate<CatalogField>) - Static method in enum cz.diribet.aqdef.catalog.CatalogField
- getLength() - Method in class cz.diribet.aqdef.KKeyMetadata
-
Returns the maximum length of the content of this K-key as defined in AQDEF format documentation.
- getLevel() - Method in class cz.diribet.aqdef.KKey
-
Returns
KKey.Levelof the AQDEF structure this K-key belongs to. - getMetadata() - Method in enum cz.diribet.aqdef.catalog.CatalogField
- getMetadata() - Method in class cz.diribet.aqdef.KKey
-
Gets
metadataof this K-key - getMetadataFor(KKey) - Static method in enum cz.diribet.aqdef.catalog.CatalogField
- getMetadataFor(KKey) - Method in class cz.diribet.aqdef.KKeyRepository
-
Finds
metadatafor a given K-key. - getParentIndex(CharacteristicIndex) - Method in class cz.diribet.aqdef.model.AqdefHierarchy
-
Find index of parent characteristic or group of given characteristic.
- getParentIndex(GroupIndex) - Method in class cz.diribet.aqdef.model.AqdefHierarchy
-
Find index of parent characteristic or group of given group.
- getPartEntries() - Method in class cz.diribet.aqdef.model.CharacteristicEntriesAggregator
- getPartEntries(int) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- getPartEntries(PartIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- getPartIndex() - Method in class cz.diribet.aqdef.model.CharacteristicIndex
- getPartIndex() - Method in class cz.diribet.aqdef.model.GroupIndex
- getPartIndex() - Method in class cz.diribet.aqdef.model.ValueIndex
- getPartIndexes() - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Returns indexes of all parts in this object model.
- getPartKKeys() - Method in class cz.diribet.aqdef.KKeyRepository
- getParts() - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- getRootCharacteristics(PartIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Returns all the characteristics of a part with the given index that are root of characteristic hierarchy (has no parent characteristics).
- getRootGroups(PartIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Returns all the groups of a part with the given index that are root of group hierarchy (has no parent group).
- getTableName() - Method in enum cz.diribet.aqdef.catalog.Catalog
- getType() - Method in enum cz.diribet.aqdef.catalog.CatalogField
- getValue(KKey) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.Entries
- getValue(KKey) - Method in class cz.diribet.aqdef.model.CharacteristicEntriesAggregator
- getValue(KKey) - Method in interface cz.diribet.aqdef.model.IHasKKeyValues
- getValue(KKey) - Method in class cz.diribet.aqdef.model.ValueEntriesAggregator
- getValue(KKey, T) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.Entries
- getValue(String) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.Entries
- getValue(String, T) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.Entries
- getValueCount() - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Returns total number of values of all parts and characteristics in this object model
- getValueEntries() - Method in class cz.diribet.aqdef.model.ValueEntriesAggregator
- getValueEntries(int, int, int) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- getValueEntries(CharacteristicIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Deprecated.use
AqdefObjectModel.getValues(CharacteristicIndex)instead - getValueEntries(ValueIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- getValueIndex() - Method in class cz.diribet.aqdef.model.ValueIndex
- getValueIndexes() - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Returns indexes of all values in this object model.
- getValueIndexes(CharacteristicIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Returns indexes of all values of a characteristics with the given index.
- getValueKKeys() - Method in class cz.diribet.aqdef.KKeyRepository
- getValues() - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- getValues() - Method in class cz.diribet.aqdef.model.AqdefObjectModel.ValueSet
- getValues(CharacteristicIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- getValueSets(PartIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- getValuesOfCharacteristic(CharacteristicIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.ValueSet
- GROUP - cz.diribet.aqdef.KKey.Level
- GroupEntries(GroupIndex) - Constructor for class cz.diribet.aqdef.model.AqdefObjectModel.GroupEntries
- GroupEntry(KKey, GroupIndex, Object) - Constructor for class cz.diribet.aqdef.model.AqdefObjectModel.GroupEntry
- GroupIndex - Class in cz.diribet.aqdef.model
H
- hasChildren(CharacteristicIndex) - Method in class cz.diribet.aqdef.model.AqdefHierarchy
- hashCode() - Method in class cz.diribet.aqdef.KKey
- hashCode() - Method in class cz.diribet.aqdef.KKeyMetadata
- hashCode() - Method in class cz.diribet.aqdef.model.CharacteristicIndex
- hashCode() - Method in class cz.diribet.aqdef.model.GroupIndex
- hashCode() - Method in class cz.diribet.aqdef.model.NodeIndex
- hashCode() - Method in class cz.diribet.aqdef.model.PartIndex
- hashCode() - Method in class cz.diribet.aqdef.model.ValueIndex
- hasKey(KKey) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.AbstractEntry
-
Whether this entry has given key.
- HIERARCHY - cz.diribet.aqdef.KKey.Level
- HierarchyEntry(KKey, NodeIndex, Integer) - Constructor for class cz.diribet.aqdef.model.AqdefHierarchy.HierarchyEntry
I
- ID - cz.diribet.aqdef.catalog.CatalogField.CatalogFieldType
-
Identifier of catalog (surrogate key)
- idFieldOfCatalog(Catalog) - Static method in enum cz.diribet.aqdef.catalog.CatalogField
-
Gets the
fieldwhich is identifier (surrogate key) of the given catalog. - IHasKKeyValues - Interface in cz.diribet.aqdef.model
-
Simple interface that enable access to object fields using K-keys.
- IKKeyProvider - Interface in cz.diribet.aqdef
-
Service Provider Interface that allows clients to contribute own custom K-keys with metadata This can also be used to to override metadata of predefined K-keys.
- IKKeyValueConverter<T> - Interface in cz.diribet.aqdef.convert
- IntegerKKeyValueConverter - Class in cz.diribet.aqdef.convert
- IntegerKKeyValueConverter() - Constructor for class cz.diribet.aqdef.convert.IntegerKKeyValueConverter
- isCharacteristicLevel() - Method in class cz.diribet.aqdef.KKey
- isCustom() - Method in class cz.diribet.aqdef.KKey
- isCustomCharacteristicLevel() - Method in class cz.diribet.aqdef.KKey
- isCustomPartLevel() - Method in class cz.diribet.aqdef.KKey
- isCustomValueLevel() - Method in class cz.diribet.aqdef.KKey
- isDataField() - Method in enum cz.diribet.aqdef.catalog.CatalogField
- isEmpty() - Method in class cz.diribet.aqdef.model.AqdefHierarchy
- isGroupLevel() - Method in class cz.diribet.aqdef.KKey
- isHierarchyLevel() - Method in class cz.diribet.aqdef.KKey
- isIdField() - Method in enum cz.diribet.aqdef.catalog.CatalogField
- isInvalidKKeyLoggingEnabled(KKey) - Method in class cz.diribet.aqdef.parser.line.AbstractLineParser
- isLineSupported(String) - Method in class cz.diribet.aqdef.parser.line.BinaryLineParser
- isLineSupported(String) - Method in class cz.diribet.aqdef.parser.line.KKeyLineParser
- isLineSupported(String) - Method in class cz.diribet.aqdef.parser.line.AbstractLineParser
- isPartLevel() - Method in class cz.diribet.aqdef.KKey
- isRespectsCharacteristicDecimalSettings() - Method in class cz.diribet.aqdef.KKey
- isRespectsCharacteristicDecimalSettings() - Method in class cz.diribet.aqdef.KKeyMetadata
-
Whether this K-key contains value that should respect decimal settings of the characteristic.
- isSaveToDb() - Method in class cz.diribet.aqdef.KKeyMetadata
-
Whether this K-key is stored in Q-DAS database.
- isSimpleHierarchyLevel() - Method in class cz.diribet.aqdef.KKey
- isValueLevel() - Method in class cz.diribet.aqdef.KKey
K
- K0005ValueConverter - Class in cz.diribet.aqdef.convert.custom
-
Transform K0005 to list of event ids.
- K0005ValueConverter() - Constructor for class cz.diribet.aqdef.convert.custom.K0005ValueConverter
- K0006ValueConverter - Class in cz.diribet.aqdef.convert.custom
-
Removes leading # from K0006 (charge).
- K0006ValueConverter() - Constructor for class cz.diribet.aqdef.convert.custom.K0006ValueConverter
- K0020ValueConverter - Class in cz.diribet.aqdef.convert.custom
-
Divides value of K0020 by 1000.
- K0020ValueConverter() - Constructor for class cz.diribet.aqdef.convert.custom.K0020ValueConverter
- K0061 - cz.diribet.aqdef.catalog.Catalog
- K0062 - cz.diribet.aqdef.catalog.Catalog
- K0063 - cz.diribet.aqdef.catalog.Catalog
- K4000 - cz.diribet.aqdef.catalog.CatalogField
- K4002 - cz.diribet.aqdef.catalog.CatalogField
- K4003 - cz.diribet.aqdef.catalog.CatalogField
- K4004 - cz.diribet.aqdef.catalog.CatalogField
- K4005 - cz.diribet.aqdef.catalog.CatalogField
- K4006 - cz.diribet.aqdef.catalog.CatalogField
- K4007 - cz.diribet.aqdef.catalog.CatalogField
- K4008 - cz.diribet.aqdef.catalog.CatalogField
- K4009 - cz.diribet.aqdef.catalog.CatalogField
- K4010 - cz.diribet.aqdef.catalog.CatalogField
- K4012 - cz.diribet.aqdef.catalog.CatalogField
- K4013 - cz.diribet.aqdef.catalog.CatalogField
- K4014 - cz.diribet.aqdef.catalog.CatalogField
- K4015 - cz.diribet.aqdef.catalog.CatalogField
- K4016 - cz.diribet.aqdef.catalog.CatalogField
- K4017 - cz.diribet.aqdef.catalog.CatalogField
- K4018 - cz.diribet.aqdef.catalog.CatalogField
- K4019 - cz.diribet.aqdef.catalog.CatalogField
- K4020 - cz.diribet.aqdef.catalog.CatalogField
- K4022 - cz.diribet.aqdef.catalog.CatalogField
- K4023 - cz.diribet.aqdef.catalog.CatalogField
- K4024 - cz.diribet.aqdef.catalog.CatalogField
- K4025 - cz.diribet.aqdef.catalog.CatalogField
- K4026 - cz.diribet.aqdef.catalog.CatalogField
- K4027 - cz.diribet.aqdef.catalog.CatalogField
- K4028 - cz.diribet.aqdef.catalog.CatalogField
- K4029 - cz.diribet.aqdef.catalog.CatalogField
- K4030 - cz.diribet.aqdef.catalog.CatalogField
- K4032 - cz.diribet.aqdef.catalog.CatalogField
- K4033 - cz.diribet.aqdef.catalog.CatalogField
- K4040 - cz.diribet.aqdef.catalog.CatalogField
- K4042 - cz.diribet.aqdef.catalog.CatalogField
- K4043 - cz.diribet.aqdef.catalog.CatalogField
- K4050 - cz.diribet.aqdef.catalog.CatalogField
- K4052 - cz.diribet.aqdef.catalog.CatalogField
- K4053 - cz.diribet.aqdef.catalog.CatalogField
- K4060 - cz.diribet.aqdef.catalog.CatalogField
- K4062 - cz.diribet.aqdef.catalog.CatalogField
- K4063 - cz.diribet.aqdef.catalog.CatalogField
- K4064 - cz.diribet.aqdef.catalog.CatalogField
- K4065 - cz.diribet.aqdef.catalog.CatalogField
- K4066 - cz.diribet.aqdef.catalog.CatalogField
- K4067 - cz.diribet.aqdef.catalog.CatalogField
- K4070 - cz.diribet.aqdef.catalog.CatalogField
- K4072 - cz.diribet.aqdef.catalog.CatalogField
- K4073 - cz.diribet.aqdef.catalog.CatalogField
- K4074 - cz.diribet.aqdef.catalog.CatalogField
- K4075 - cz.diribet.aqdef.catalog.CatalogField
- K4076 - cz.diribet.aqdef.catalog.CatalogField
- K4077 - cz.diribet.aqdef.catalog.CatalogField
- K4078 - cz.diribet.aqdef.catalog.CatalogField
- K4079 - cz.diribet.aqdef.catalog.CatalogField
- K4080 - cz.diribet.aqdef.catalog.CatalogField
- K4082 - cz.diribet.aqdef.catalog.CatalogField
- K4090 - cz.diribet.aqdef.catalog.CatalogField
- K4092 - cz.diribet.aqdef.catalog.CatalogField
- K4093 - cz.diribet.aqdef.catalog.CatalogField
- K4094 - cz.diribet.aqdef.catalog.CatalogField
- K4095 - cz.diribet.aqdef.catalog.CatalogField
- K4096 - cz.diribet.aqdef.catalog.CatalogField
- K4097 - cz.diribet.aqdef.catalog.CatalogField
- K4098 - cz.diribet.aqdef.catalog.CatalogField
- K4099 - cz.diribet.aqdef.catalog.CatalogField
- K4100 - cz.diribet.aqdef.catalog.CatalogField
- K4102 - cz.diribet.aqdef.catalog.CatalogField
- K4103 - cz.diribet.aqdef.catalog.CatalogField
- K4110 - cz.diribet.aqdef.catalog.CatalogField
- K4112 - cz.diribet.aqdef.catalog.CatalogField
- K4113 - cz.diribet.aqdef.catalog.CatalogField
- K4114 - cz.diribet.aqdef.catalog.CatalogField
- K4120 - cz.diribet.aqdef.catalog.CatalogField
- K4122 - cz.diribet.aqdef.catalog.CatalogField
- K4123 - cz.diribet.aqdef.catalog.CatalogField
- K4124 - cz.diribet.aqdef.catalog.CatalogField
- K4125 - cz.diribet.aqdef.catalog.CatalogField
- K4126 - cz.diribet.aqdef.catalog.CatalogField
- K4127 - cz.diribet.aqdef.catalog.CatalogField
- K4128 - cz.diribet.aqdef.catalog.CatalogField
- K4129 - cz.diribet.aqdef.catalog.CatalogField
- K4230 - cz.diribet.aqdef.catalog.CatalogField
- K4232 - cz.diribet.aqdef.catalog.CatalogField
- K4233 - cz.diribet.aqdef.catalog.CatalogField
- K4234 - cz.diribet.aqdef.catalog.CatalogField
- K4235 - cz.diribet.aqdef.catalog.CatalogField
- K4236 - cz.diribet.aqdef.catalog.CatalogField
- K4240 - cz.diribet.aqdef.catalog.CatalogField
- K4242 - cz.diribet.aqdef.catalog.CatalogField
- K4243 - cz.diribet.aqdef.catalog.CatalogField
- K4244 - cz.diribet.aqdef.catalog.CatalogField
- K4250 - cz.diribet.aqdef.catalog.CatalogField
- K4252 - cz.diribet.aqdef.catalog.CatalogField
- K4253 - cz.diribet.aqdef.catalog.CatalogField
- K4270 - cz.diribet.aqdef.catalog.CatalogField
- K4272 - cz.diribet.aqdef.catalog.CatalogField
- K4273 - cz.diribet.aqdef.catalog.CatalogField
- K4280 - cz.diribet.aqdef.catalog.CatalogField
- K4282 - cz.diribet.aqdef.catalog.CatalogField
- K4283 - cz.diribet.aqdef.catalog.CatalogField
- K4290 - cz.diribet.aqdef.catalog.CatalogField
- K4292 - cz.diribet.aqdef.catalog.CatalogField
- K4293 - cz.diribet.aqdef.catalog.CatalogField
- K4501 - cz.diribet.aqdef.catalog.CatalogField
- K4502 - cz.diribet.aqdef.catalog.CatalogField
- K4511 - cz.diribet.aqdef.catalog.CatalogField
- K4512 - cz.diribet.aqdef.catalog.CatalogField
- K4521 - cz.diribet.aqdef.catalog.CatalogField
- K4522 - cz.diribet.aqdef.catalog.CatalogField
- K4531 - cz.diribet.aqdef.catalog.CatalogField
- K4532 - cz.diribet.aqdef.catalog.CatalogField
- K4541 - cz.diribet.aqdef.catalog.CatalogField
- K4542 - cz.diribet.aqdef.catalog.CatalogField
- K4551 - cz.diribet.aqdef.catalog.CatalogField
- K4552 - cz.diribet.aqdef.catalog.CatalogField
- K4561 - cz.diribet.aqdef.catalog.CatalogField
- K4562 - cz.diribet.aqdef.catalog.CatalogField
- K4571 - cz.diribet.aqdef.catalog.CatalogField
- K4572 - cz.diribet.aqdef.catalog.CatalogField
- K4575 - cz.diribet.aqdef.catalog.CatalogField
- K4576 - cz.diribet.aqdef.catalog.CatalogField
- K4581 - cz.diribet.aqdef.catalog.CatalogField
- K4582 - cz.diribet.aqdef.catalog.CatalogField
- K4591 - cz.diribet.aqdef.catalog.CatalogField
- K4592 - cz.diribet.aqdef.catalog.CatalogField
- K4601 - cz.diribet.aqdef.catalog.CatalogField
- K4602 - cz.diribet.aqdef.catalog.CatalogField
- K4611 - cz.diribet.aqdef.catalog.CatalogField
- K4612 - cz.diribet.aqdef.catalog.CatalogField
- K4621 - cz.diribet.aqdef.catalog.CatalogField
- K4622 - cz.diribet.aqdef.catalog.CatalogField
- K4731 - cz.diribet.aqdef.catalog.CatalogField
- K4732 - cz.diribet.aqdef.catalog.CatalogField
- K4741 - cz.diribet.aqdef.catalog.CatalogField
- K4742 - cz.diribet.aqdef.catalog.CatalogField
- K4751 - cz.diribet.aqdef.catalog.CatalogField
- K4752 - cz.diribet.aqdef.catalog.CatalogField
- K4771 - cz.diribet.aqdef.catalog.CatalogField
- K4772 - cz.diribet.aqdef.catalog.CatalogField
- K4781 - cz.diribet.aqdef.catalog.CatalogField
- K4782 - cz.diribet.aqdef.catalog.CatalogField
- K4791 - cz.diribet.aqdef.catalog.CatalogField
- K4792 - cz.diribet.aqdef.catalog.CatalogField
- KKey - Class in cz.diribet.aqdef
-
K-key (also referred to as 'Key field' / 'K field' in the documentation of AQDEF format)
- KKey.Level - Enum in cz.diribet.aqdef
- KKeyLineParser - Class in cz.diribet.aqdef.parser.line
- KKeyLineParser() - Constructor for class cz.diribet.aqdef.parser.line.KKeyLineParser
- KKeyMetadata - Class in cz.diribet.aqdef
-
Contains metadata of a
KKey. - KKeyMetadata.KKeyMetadataBuilder - Class in cz.diribet.aqdef
- KKeyRepository - Class in cz.diribet.aqdef
-
Repository that stores all K-keys (with metadata) of: part (K1xxx) characteristic (K2xxx) value (K0xxx) structure (K5xxx) quality control charts (K8xxx) If you are looking for catalog K-keys (K4xxx) see
CatalogFieldandCatalogenums. - KKeyValueConversionException - Exception in cz.diribet.aqdef.convert
- KKeyValueConversionException(String) - Constructor for exception cz.diribet.aqdef.convert.KKeyValueConversionException
- KKeyValueConversionException(String, Class<?>, Throwable) - Constructor for exception cz.diribet.aqdef.convert.KKeyValueConversionException
- KKeyValueConversionException(String, Throwable) - Constructor for exception cz.diribet.aqdef.convert.KKeyValueConversionException
L
- length(Integer) - Method in class cz.diribet.aqdef.KKeyMetadata.KKeyMetadataBuilder
- LINE_SEPARATOR - Static variable in interface cz.diribet.aqdef.AqdefConstants
-
Separates lines of data file
- lineLogContext(ParserContext) - Static method in class cz.diribet.aqdef.parser.ParserContext
M
- MACHINE - cz.diribet.aqdef.catalog.Catalog
- MANUFACTURER - cz.diribet.aqdef.catalog.Catalog
- MATERIAL - cz.diribet.aqdef.catalog.Catalog
- MEASURE - cz.diribet.aqdef.catalog.Catalog
-
BEWARE - table is the same for Event, Cause and Measure catalogs - catalogs are separated by ID offset (OMG WTF?)
- MEASURED_VALUES_CHARACTERISTIC_SEPARATOR - Static variable in interface cz.diribet.aqdef.AqdefConstants
-
Separates characteristic portions in lines with measured values (notation without the use of K-Keys)
- MEASURED_VALUES_DATA_SEPARATOR - Static variable in interface cz.diribet.aqdef.AqdefConstants
-
Separates fields of single characteristic in lines with measured values (notation without the use of K-Keys)
The sequence of fields is:
1 Value
2 Attribute
3 Date/Time
4 Events
5 Batch number
6 Nest number
7 Operator number
8 Machine number
9 Process parameter
10 Gage number
N
- newEntry(KKey, CharacteristicIndex, Object) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.CharacteristicEntries
- newEntry(KKey, GroupIndex, Object) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.GroupEntries
- newEntry(KKey, PartIndex, Object) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.PartEntries
- newEntry(KKey, ValueIndex, Object) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.ValueEntries
- newEntry(KKey, I, Object) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.Entries
- nextCharacteristic() - Method in class cz.diribet.aqdef.model.builder.AqdefObjectModelBuilder
-
You have to call this method after all data of current characteristic (and its values) are written.
- nextGroup() - Method in class cz.diribet.aqdef.model.builder.AqdefObjectModelBuilder
-
You have to call this method after all data of current group are written.
- nextPart() - Method in class cz.diribet.aqdef.model.builder.AqdefObjectModelBuilder
-
You have to call this method after all data of current part (and its characteristics and values) are written.
- nextValue() - Method in class cz.diribet.aqdef.model.builder.AqdefObjectModelBuilder
-
You have to call this method after all data of current value are written.
- NodeIndex - Class in cz.diribet.aqdef.model
- normalize() - Method in class cz.diribet.aqdef.model.AqdefObjectModel
-
Normalize the AQDEF content.
- normalize(AqdefObjectModel) - Method in class cz.diribet.aqdef.model.AqdefHierarchy
-
Get the normalized hierarchy.
O
- of(CharacteristicIndex, Integer) - Static method in class cz.diribet.aqdef.model.ValueIndex
- of(PartIndex, CharacteristicIndex, Integer) - Static method in class cz.diribet.aqdef.model.ValueIndex
- of(PartIndex, Integer) - Static method in class cz.diribet.aqdef.model.CharacteristicIndex
- of(PartIndex, Integer) - Static method in class cz.diribet.aqdef.model.GroupIndex
- of(Integer) - Static method in class cz.diribet.aqdef.model.NodeIndex
- of(Integer) - Static method in class cz.diribet.aqdef.model.PartIndex
- of(Integer, Integer) - Static method in class cz.diribet.aqdef.model.CharacteristicIndex
- of(Integer, Integer) - Static method in class cz.diribet.aqdef.model.GroupIndex
- of(Integer, Integer, Integer) - Static method in class cz.diribet.aqdef.model.ValueIndex
- of(String) - Static method in class cz.diribet.aqdef.KKey
-
Gets the instance of
KKeyfor the givenkey. - of(String, Class<?>) - Static method in class cz.diribet.aqdef.KKeyMetadata
- of(String, Class<?>, boolean) - Static method in class cz.diribet.aqdef.KKeyMetadata
- of(String, Class<?>, Integer) - Static method in class cz.diribet.aqdef.KKeyMetadata
- of(String, Class<?>, Integer, boolean) - Static method in class cz.diribet.aqdef.KKeyMetadata
- OPERATOR - cz.diribet.aqdef.catalog.Catalog
- ORDINAL_CLASS - cz.diribet.aqdef.catalog.Catalog
P
- parse(File, String) - Method in class cz.diribet.aqdef.parser.AqdefParser
- parse(InputStream, String) - Method in class cz.diribet.aqdef.parser.AqdefParser
- parse(Reader) - Method in class cz.diribet.aqdef.parser.AqdefParser
- parse(String) - Method in class cz.diribet.aqdef.parser.AqdefParser
- parse(Path, String) - Method in class cz.diribet.aqdef.parser.AqdefParser
- parseLine(String, AqdefObjectModel, ParserContext) - Method in class cz.diribet.aqdef.parser.line.BinaryLineParser
- parseLine(String, AqdefObjectModel, ParserContext) - Method in class cz.diribet.aqdef.parser.line.KKeyLineParser
- parseLine(String, AqdefObjectModel, ParserContext) - Method in class cz.diribet.aqdef.parser.line.AbstractLineParser
- ParserContext - Class in cz.diribet.aqdef.parser
- ParserContext() - Constructor for class cz.diribet.aqdef.parser.ParserContext
- ParserContext.ValueIndexCounter - Class in cz.diribet.aqdef.parser
- PART - cz.diribet.aqdef.KKey.Level
- PartEntries(PartIndex) - Constructor for class cz.diribet.aqdef.model.AqdefObjectModel.PartEntries
- PartEntry(KKey, PartIndex, Object) - Constructor for class cz.diribet.aqdef.model.AqdefObjectModel.PartEntry
- PartIndex - Class in cz.diribet.aqdef.model
- platiProVsechnyHodnotyDilu() - Method in class cz.diribet.aqdef.model.ValueIndex
- platiProVsechnyZnakyDilu() - Method in class cz.diribet.aqdef.model.CharacteristicIndex
- PROCESS_PARAMETER - cz.diribet.aqdef.catalog.Catalog
- PRODUCT - cz.diribet.aqdef.catalog.Catalog
- PURCHASE_ORDER - cz.diribet.aqdef.catalog.Catalog
- put(KKey, E) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.Entries
- put(KKey, Object) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.Entries
- put(E) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.Entries
- put(String, Object) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.Entries
- putAll(Collection<? extends E>, boolean) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.Entries
- putAll(Map<? extends KKey, ? extends E>, boolean) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.Entries
- putCharacteristicEntries(AqdefObjectModel.CharacteristicEntries) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- putCharacteristicEntry(KKey, CharacteristicIndex, Object) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- putEntry(KKey, Integer, Object) - Method in class cz.diribet.aqdef.model.AqdefHierarchy
- putEntry(AqdefHierarchy.HierarchyEntry) - Method in class cz.diribet.aqdef.model.AqdefHierarchy
- putGroupEntry(KKey, GroupIndex, Object) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- putHierarchyEntry(KKey, Integer, Object) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- putPartEntries(AqdefObjectModel.PartEntries) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- putPartEntry(KKey, PartIndex, Object) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- putValueEntries(AqdefObjectModel.ValueEntries) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
- putValueEntry(KKey, ValueIndex, Object) - Method in class cz.diribet.aqdef.model.AqdefObjectModel
R
- remove(KKey) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.Entries
- remove(String) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.Entries
- removeHierarchyForCharacteristic(CharacteristicIndex) - Method in class cz.diribet.aqdef.model.AqdefHierarchy
-
Removes node definition and all subnode definitions as well as node bindings for the provided characteristic.
- removeHierarchyForGroup(GroupIndex) - Method in class cz.diribet.aqdef.model.AqdefHierarchy
-
Removes node definition and all subnode definitions as well as node bindings for the provided group.
- removeHierarchyForPart(PartIndex) - Method in class cz.diribet.aqdef.model.AqdefHierarchy
-
Removes node definition and all subnode definitions as well as node bindings for the provided part.
- replaceCharacteristicEntry(String, int, int, Object) - Method in class cz.diribet.aqdef.model.builder.AqdefObjectModelBuilder
-
Replaces value of a given K-key with a new value for: single characteristic of a single part if both
partIndexandcharacteristicIndexare provided single characteristic of all parts ifpartIndex = 0andcharacteristicIndex > 0all characteristics of single part ifpartIndex > 0andcharacteristicIndex = 0all characteristics of all parts ifpartIndex = 0andcharacteristicIndex = 0 - replacePartEntry(String, int, Object) - Method in class cz.diribet.aqdef.model.builder.AqdefObjectModelBuilder
-
Replaces value of a given K-key with a new value for a single part identified by the part
indexor for all parts if index is 0. - respectsCharacteristicDecimalSettings(boolean) - Method in class cz.diribet.aqdef.KKeyMetadata.KKeyMetadataBuilder
S
- saveToDb(boolean) - Method in class cz.diribet.aqdef.KKeyMetadata.KKeyMetadataBuilder
- setSuppressInvalidKKeyLogging(boolean) - Method in class cz.diribet.aqdef.parser.AqdefParser
-
Set to true if the invalid K-key logging should be suppressed for all K-keys.
- setSuppressInvalidKKeyLoggingFor(Set<KKey>) - Method in class cz.diribet.aqdef.parser.AqdefParser
-
Set K-keys for which the invalid K-key logging should be suppressed.
- shouldBeWrittenToDfq() - Method in class cz.diribet.aqdef.KKey
- SIMPLE_HIERARCHY - cz.diribet.aqdef.KKey.Level
- STATE - cz.diribet.aqdef.catalog.CatalogField.CatalogFieldType
-
State fields tells if the catalog record is active or non-active (soft deleted)
- StringKKeyValueConverter - Class in cz.diribet.aqdef.convert
- StringKKeyValueConverter() - Constructor for class cz.diribet.aqdef.convert.StringKKeyValueConverter
- SUPPLIER - cz.diribet.aqdef.catalog.Catalog
T
- test(AqdefObjectModel.CharacteristicEntries) - Method in interface cz.diribet.aqdef.model.AqdefObjectModel.CharacteristicOfSinglePartPredicate
- test(AqdefObjectModel.CharacteristicEntries, AqdefObjectModel.ValueEntries) - Method in interface cz.diribet.aqdef.model.AqdefObjectModel.ValueOfSinglePartPredicate
- test(AqdefObjectModel.GroupEntries) - Method in interface cz.diribet.aqdef.model.AqdefObjectModel.GroupOfSinglePartPredicate
- test(AqdefObjectModel.PartEntries) - Method in interface cz.diribet.aqdef.model.AqdefObjectModel.PartPredicate
- test(AqdefObjectModel.PartEntries, AqdefObjectModel.CharacteristicEntries) - Method in interface cz.diribet.aqdef.model.AqdefObjectModel.CharacteristicPredicate
- test(AqdefObjectModel.PartEntries, AqdefObjectModel.CharacteristicEntries, AqdefObjectModel.ValueEntries) - Method in interface cz.diribet.aqdef.model.AqdefObjectModel.ValuePredicate
- test(AqdefObjectModel.PartEntries, AqdefObjectModel.GroupEntries) - Method in interface cz.diribet.aqdef.model.AqdefObjectModel.GroupPredicate
- test(AqdefObjectModel.ValueEntries) - Method in interface cz.diribet.aqdef.model.AqdefObjectModel.ValueOfSingleCharacteristicPredicate
- TOOL - cz.diribet.aqdef.catalog.Catalog
- toString() - Method in enum cz.diribet.aqdef.catalog.CatalogField
- toString() - Method in class cz.diribet.aqdef.KKey
- toString() - Method in class cz.diribet.aqdef.KKeyMetadata
- toString() - Method in class cz.diribet.aqdef.model.AqdefObjectModel.AbstractEntry
- toString() - Method in class cz.diribet.aqdef.model.CharacteristicIndex
- toString() - Method in class cz.diribet.aqdef.model.GroupIndex
- toString() - Method in class cz.diribet.aqdef.model.NodeIndex
- toString() - Method in class cz.diribet.aqdef.model.PartIndex
- toString() - Method in class cz.diribet.aqdef.model.ValueIndex
- toString(Boolean) - Method in class cz.diribet.aqdef.convert.BooleanKKeyValueConverter
- toString(Integer) - Method in class cz.diribet.aqdef.convert.custom.K0020ValueConverter
- toString(Integer) - Method in class cz.diribet.aqdef.convert.IntegerKKeyValueConverter
- toString(String) - Method in class cz.diribet.aqdef.convert.custom.K0006ValueConverter
- toString(String) - Method in class cz.diribet.aqdef.convert.StringKKeyValueConverter
- toString(BigDecimal) - Method in class cz.diribet.aqdef.convert.BigDecimalKKeyValueConverter
- toString(Date) - Method in class cz.diribet.aqdef.convert.DateKKeyValueConverter
- toString(List<Integer>) - Method in class cz.diribet.aqdef.convert.custom.K0005ValueConverter
- toString(T) - Method in interface cz.diribet.aqdef.convert.IKKeyValueConverter
U
- UNIT - cz.diribet.aqdef.catalog.Catalog
- UNKNOWN - cz.diribet.aqdef.KKey.Level
V
- VALUE - cz.diribet.aqdef.KKey.Level
- ValueEntries(ValueIndex) - Constructor for class cz.diribet.aqdef.model.AqdefObjectModel.ValueEntries
- ValueEntriesAggregator - Class in cz.diribet.aqdef.model
-
Aggregates entries of value, characteristic and part.
- ValueEntriesAggregator(IHasKKeyValues, IHasKKeyValues, IHasKKeyValues) - Constructor for class cz.diribet.aqdef.model.ValueEntriesAggregator
- ValueEntry(KKey, ValueIndex, Object) - Constructor for class cz.diribet.aqdef.model.AqdefObjectModel.ValueEntry
- ValueIndex - Class in cz.diribet.aqdef.model
- ValueIndexCounter() - Constructor for class cz.diribet.aqdef.parser.ParserContext.ValueIndexCounter
- valueOf(String) - Static method in enum cz.diribet.aqdef.catalog.Catalog
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cz.diribet.aqdef.catalog.CatalogField.CatalogFieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cz.diribet.aqdef.catalog.CatalogField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum cz.diribet.aqdef.KKey.Level
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum cz.diribet.aqdef.catalog.Catalog
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum cz.diribet.aqdef.catalog.CatalogField.CatalogFieldType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum cz.diribet.aqdef.catalog.CatalogField
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum cz.diribet.aqdef.KKey.Level
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VALUES_SEPARATOR - Static variable in interface cz.diribet.aqdef.AqdefConstants
-
Separates value from k-key on single line
- ValueSet() - Constructor for class cz.diribet.aqdef.model.AqdefObjectModel.ValueSet
W
- withIndex(CharacteristicIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.CharacteristicEntries
- withIndex(GroupIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.GroupEntries
- withIndex(PartIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.PartEntries
- withIndex(ValueIndex) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.ValueEntries
- withIndex(I) - Method in class cz.diribet.aqdef.model.AqdefObjectModel.Entries
-
Creates a copy of this entries with a given index.
- writeTo(AqdefObjectModel, Writer) - Method in class cz.diribet.aqdef.writer.AqdefWriter
-
Creates AQDEF structure and writes it to a given
writer - writeToString(AqdefObjectModel) - Method in class cz.diribet.aqdef.writer.AqdefWriter
-
Creates AQDFQ structure and returns it as a String
All Classes All Packages