- cache - Variable in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- calculate() - Method in class de.gwdg.metadataqa.api.counter.BasicCounter
-
- calculate() - Method in class de.gwdg.metadataqa.api.uniqueness.UniquenessFieldCalculator
-
- calculateResults() - Method in class de.gwdg.metadataqa.api.counter.CompletenessCounter
-
- calculateScore(double, double) - Static method in class de.gwdg.metadataqa.api.uniqueness.UniquenessFieldCalculator
-
- Calculator - Interface in de.gwdg.metadataqa.api.interfaces
-
Calculator does the actual measurements.
- CALCULATOR_NAME - Static variable in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- CALCULATOR_NAME - Static variable in class de.gwdg.metadataqa.api.calculator.FieldExtractor
-
- CALCULATOR_NAME - Static variable in class de.gwdg.metadataqa.api.calculator.LanguageCalculator
-
- CALCULATOR_NAME - Static variable in class de.gwdg.metadataqa.api.calculator.MultilingualitySaturationCalculator
-
- CALCULATOR_NAME - Static variable in class de.gwdg.metadataqa.api.calculator.TfIdfCalculator
-
- CALCULATOR_NAME - Static variable in class de.gwdg.metadataqa.api.calculator.UniquenessCalculator
-
- CalculatorFacade - Class in de.gwdg.metadataqa.api.calculator
-
The central entry point of the application.
- CalculatorFacade() - Constructor for class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Create calculator facade with the default configuration.
- CalculatorFacade(boolean, boolean, boolean, boolean, boolean) - Constructor for class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Create calculator facade with configuration.
- calculators - Variable in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
The list of registered calculator objects.
- Category - Enum in de.gwdg.metadataqa.api.model
-
The functional categories.
- checkSkippableCollections - Variable in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- clone() - Method in class de.gwdg.metadataqa.api.json.JsonBranch
-
- Cluster - Class in de.gwdg.metadataqa.api.similarity
-
Cluster object.
- Cluster(Term) - Constructor for class de.gwdg.metadataqa.api.similarity.Cluster
-
- Clustering - Class in de.gwdg.metadataqa.api.similarity
-
Clustering functionality.
- Clustering(List<String>, double) - Constructor for class de.gwdg.metadataqa.api.similarity.Clustering
-
- collectFields(boolean) - Method in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- collectTfIdfTerms - Variable in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Flag whether or not collect TF-IDF terms in uniqueness measurement
(default: false).
- collectTfIdfTerms() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Returns the flag whether the measurement should collect each individual
terms with their Term Ferquency and Invers Document Frequency scores.
- collectTfIdfTerms(boolean) - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Sets the flag whether the measurement should collect each individual
terms with their Term Ferquency and Invers Document Frequency scores.
- completenessCalculator - Variable in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
The completeness calculator.
- CompletenessCalculator<T extends XmlFieldInstance> - Class in de.gwdg.metadataqa.api.calculator
-
- CompletenessCalculator() - Constructor for class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- CompletenessCalculator(Schema) - Constructor for class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- completenessCollectFields - Variable in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Flag whether or not run missing/empty/existing field collection in
completeness (default: false).
- completenessCollectFields() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Get the completenessCollectFields flag.
- completenessCollectFields(boolean) - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
The completeness calculation will collect empty, existent and missing fields.
- CompletenessCounter - Class in de.gwdg.metadataqa.api.counter
-
- CompletenessCounter(Schema) - Constructor for class de.gwdg.metadataqa.api.counter.CompletenessCounter
-
- completenessMeasurementEnabled - Variable in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Flag whether or not run the completeness measurement
(default: true).
- compressionLevel - Variable in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- CompressionLevel - Enum in de.gwdg.metadataqa.api.util
-
- compressNumber(String, CompressionLevel) - Static method in class de.gwdg.metadataqa.api.util.Converter
-
Removes the unnecessary 0-s from the end of a number.
- conditionalConfiguration() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- Configuration - Class in de.gwdg.metadataqa.api.configuration
-
- Configuration() - Constructor for class de.gwdg.metadataqa.api.configuration.Configuration
-
- ConfigurationReader - Class in de.gwdg.metadataqa.api.configuration
-
- ConfigurationReader() - Constructor for class de.gwdg.metadataqa.api.configuration.ConfigurationReader
-
- configure() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Run the configuration based on the previously set flags.
- configureSolr(String, String, String) - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- Converter - Class in de.gwdg.metadataqa.api.util
-
- count(List<RecordPattern>) - Method in class de.gwdg.metadataqa.api.similarity.ProfileReader
-
- Counters - Class in de.gwdg.metadataqa.api.counter
-
- Counters() - Constructor for class de.gwdg.metadataqa.api.counter.Counters
-
- create(boolean, boolean) - Static method in enum de.gwdg.metadataqa.api.rule.RuleCheckingOutput
-
- createBinaryPatternList() - Method in class de.gwdg.metadataqa.api.similarity.ProfileReader
-
- createDatafieldPath(String, String) - Static method in class de.gwdg.metadataqa.api.schema.MarcJsonSchema
-
- CsvAwareSchema - Interface in de.gwdg.metadataqa.api.schema
-
- CsvPathCache<T extends XmlFieldInstance> - Class in de.gwdg.metadataqa.api.model.pathcache
-
- CsvPathCache(String) - Constructor for class de.gwdg.metadataqa.api.model.pathcache.CsvPathCache
-
- CsvPathCache(Object) - Constructor for class de.gwdg.metadataqa.api.model.pathcache.CsvPathCache
-
- csvReader - Variable in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- CsvReader - Class in de.gwdg.metadataqa.api.util
-
- CsvReader() - Constructor for class de.gwdg.metadataqa.api.util.CsvReader
-
- CsvReader(ICSVParser) - Constructor for class de.gwdg.metadataqa.api.util.CsvReader
-
- EdmFieldInstance - Class in de.gwdg.metadataqa.api.model
-
- EdmFieldInstance() - Constructor for class de.gwdg.metadataqa.api.model.EdmFieldInstance
-
- EdmFieldInstance(String) - Constructor for class de.gwdg.metadataqa.api.model.EdmFieldInstance
-
- EdmFieldInstance(String, String) - Constructor for class de.gwdg.metadataqa.api.model.EdmFieldInstance
-
- EdmFieldInstance(String, String, String) - Constructor for class de.gwdg.metadataqa.api.model.EdmFieldInstance
-
- EdmFullBeanLimitedSchema - Class in de.gwdg.metadataqa.api.schema
-
The Europeana Data Model (EDM) representation of the metadata schema interface.
- EdmFullBeanLimitedSchema() - Constructor for class de.gwdg.metadataqa.api.schema.EdmFullBeanLimitedSchema
-
- EdmFullBeanSchema - Class in de.gwdg.metadataqa.api.schema
-
The Europeana Data Model (EDM) representation of the metadata schema interface.
- EdmFullBeanSchema() - Constructor for class de.gwdg.metadataqa.api.schema.EdmFullBeanSchema
-
- EdmOaiPmhJsonSchema - Class in de.gwdg.metadataqa.api.schema
-
The Europeana Data Model (EDM) representation of the metadata schema interface.
- EdmOaiPmhJsonSchema() - Constructor for class de.gwdg.metadataqa.api.schema.EdmOaiPmhJsonSchema
-
- EdmOaiPmhXmlSchema - Class in de.gwdg.metadataqa.api.schema
-
The Europeana Data Model (EDM) representation of the metadata schema interface.
- EdmOaiPmhXmlSchema() - Constructor for class de.gwdg.metadataqa.api.schema.EdmOaiPmhXmlSchema
-
- EdmOaiPmLimitedJsonSchema - Class in de.gwdg.metadataqa.api.schema
-
The Europeana Data Model (EDM) representation of the metadata schema interface.
- EdmOaiPmLimitedJsonSchema() - Constructor for class de.gwdg.metadataqa.api.schema.EdmOaiPmLimitedJsonSchema
-
- EdmSchema - Class in de.gwdg.metadataqa.api.schema
-
- EdmSchema() - Constructor for class de.gwdg.metadataqa.api.schema.EdmSchema
-
- EmptyStrings - Class in de.gwdg.metadataqa.api.problemcatalog
-
- EmptyStrings(ProblemCatalog) - Constructor for class de.gwdg.metadataqa.api.problemcatalog.EmptyStrings
-
- enableCompletenessMeasurement() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- enableCompletenessMeasurement(boolean) - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Sets the flag whether or not run the completeness measurement.
- enableFieldCardinalityMeasurement() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- enableFieldCardinalityMeasurement(boolean) - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
configure to run the cardinality measurement.
- enableFieldExistenceMeasurement() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- enableFieldExistenceMeasurement(boolean) - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Sets whether or not to run the field existence measurement.
- enableFieldExtractor() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- enableFieldExtractor(boolean) - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- enableLanguageMeasurement() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- enableLanguageMeasurement(boolean) - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Configure whether or not run the language detector.
- enableMultilingualSaturationMeasurement() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- enableMultilingualSaturationMeasurement(boolean) - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Configure whether or not run the language detector.
- enableProblemCatalogMeasurement() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- enableProblemCatalogMeasurement(boolean) - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Configure to run the problem catalog measurement.
- enableRuleCatalogMeasurement() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- enableRuleCatalogMeasurement(boolean) - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Configure to run the problem catalog measurement.
- enableTermCollection(boolean) - Method in class de.gwdg.metadataqa.api.calculator.TfIdfCalculator
-
- enableTfIdfMeasurement() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- enableTfIdfMeasurement(boolean) - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Configure whether or not run the uniqueness measurement.
- enableUniquenessMeasurement() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- enableUniquenessMeasurement(boolean) - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Flag to enable uniqueness measurement.
- EnhancementIdExtractor - Class in de.gwdg.metadataqa.api.calculator.edm
-
- EnumerationChecker - Class in de.gwdg.metadataqa.api.rule
-
- EnumerationChecker(JsonBranch, List<String>) - Constructor for class de.gwdg.metadataqa.api.rule.EnumerationChecker
-
- EnumerationChecker(JsonBranch, String, List<String>) - Constructor for class de.gwdg.metadataqa.api.rule.EnumerationChecker
-
- EqualityChecker - Class in de.gwdg.metadataqa.api.rule
-
- EqualityChecker(JsonBranch, String) - Constructor for class de.gwdg.metadataqa.api.rule.EqualityChecker
-
- EqualityChecker(JsonBranch, String, String) - Constructor for class de.gwdg.metadataqa.api.rule.EqualityChecker
-
- equals(Object) - Method in class de.gwdg.metadataqa.api.model.EdmFieldInstance
-
- equals(Object) - Method in class de.gwdg.metadataqa.api.model.XmlFieldInstance
-
- evaluateJsonBranch(JsonBranch, PathCache, CompletenessCounter, String, Object) - Method in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- ExceptionUtils - Class in de.gwdg.metadataqa.api.util
-
- extract(String, String) - Method in class de.gwdg.metadataqa.api.uniqueness.TfIdfExtractor
-
Extracts sums and average of TF-IDF value for the schema's Solr field array
without collecting the terms.
- extract(String, String, boolean) - Method in class de.gwdg.metadataqa.api.uniqueness.TfIdfExtractor
-
Extracts sums and average of TF-IDF value for the schema's Solr field array.
- extractCategories(Collection<JsonBranch>) - Static method in enum de.gwdg.metadataqa.api.model.Category
-
- extractField(Object, String) - Static method in class de.gwdg.metadataqa.api.json.JsonUtils
-
- extractFieldInstanceList(Object, String, String) - Static method in class de.gwdg.metadataqa.api.json.JsonUtils
-
- extractFieldInstanceList(String) - Method in class de.gwdg.metadataqa.api.xml.OaiPmhXPath
-
- extractFieldInstanceList(Object, String) - Method in class de.gwdg.metadataqa.api.xml.OaiPmhXPath
-
- extractId(T) - Method in interface de.gwdg.metadataqa.api.calculator.SkippedEntryChecker
-
- extractIds(PathCache, Schema) - Static method in class de.gwdg.metadataqa.api.calculator.edm.EnhancementIdExtractor
-
- extractList(Object) - Static method in class de.gwdg.metadataqa.api.json.JsonUtils
-
- extractNodes(String) - Method in class de.gwdg.metadataqa.api.xml.OaiPmhXPath
-
- extractNodes(Object, String) - Method in class de.gwdg.metadataqa.api.xml.OaiPmhXPath
-
- extractNumFound(String, String) - Method in class de.gwdg.metadataqa.api.uniqueness.UniquenessExtractor
-
Extracts sums and average of TF-IDF value for the schema's Solr field array.
- extractRelevantPath(Exception) - Static method in class de.gwdg.metadataqa.api.util.ExceptionUtils
-
- extractString(Object) - Static method in class de.gwdg.metadataqa.api.json.JsonUtils
-
- get(String) - Method in class de.gwdg.metadataqa.api.counter.CompletenessCounter
-
- get(String) - Method in class de.gwdg.metadataqa.api.counter.FieldCounter
-
- get(String) - Method in class de.gwdg.metadataqa.api.model.pathcache.CsvPathCache
-
- get(String, Class<E>) - Method in class de.gwdg.metadataqa.api.model.pathcache.CsvPathCache
-
- get(String, String, Object) - Method in class de.gwdg.metadataqa.api.model.pathcache.CsvPathCache
-
- get(String, String, Object, Class) - Method in class de.gwdg.metadataqa.api.model.pathcache.CsvPathCache
-
- get(String) - Method in class de.gwdg.metadataqa.api.model.pathcache.JsonPathCache
-
- get(String, Class<E>) - Method in class de.gwdg.metadataqa.api.model.pathcache.JsonPathCache
-
- get(String, String, Object) - Method in class de.gwdg.metadataqa.api.model.pathcache.JsonPathCache
-
- get(String, String, Object, Class) - Method in class de.gwdg.metadataqa.api.model.pathcache.JsonPathCache
-
- get(String) - Method in interface de.gwdg.metadataqa.api.model.pathcache.PathCache
-
- get(String, String, Object) - Method in interface de.gwdg.metadataqa.api.model.pathcache.PathCache
-
- get(String, String, Object, Class) - Method in interface de.gwdg.metadataqa.api.model.pathcache.PathCache
-
- get(String) - Method in class de.gwdg.metadataqa.api.model.pathcache.XmlPathCache
-
- get(String, Class<E>) - Method in class de.gwdg.metadataqa.api.model.pathcache.XmlPathCache
-
- get(String, String, Object) - Method in class de.gwdg.metadataqa.api.model.pathcache.XmlPathCache
-
- get(String, String, Object, Class) - Method in class de.gwdg.metadataqa.api.model.pathcache.XmlPathCache
-
- getAbsoluteJsonPath() - Method in class de.gwdg.metadataqa.api.json.JsonBranch
-
- getAbsoluteJsonPath(Format) - Method in class de.gwdg.metadataqa.api.json.JsonBranch
-
- getAbsoluteJsonPath(int) - Method in class de.gwdg.metadataqa.api.json.JsonBranch
-
- getAnd() - Method in class de.gwdg.metadataqa.api.configuration.Rule
-
- getAttribute(NamedNodeMap, String, String) - Method in class de.gwdg.metadataqa.api.xml.OaiPmhXPath
-
- getAverageCount() - Method in class de.gwdg.metadataqa.api.uniqueness.UniquenessFieldCalculator
-
- getAverageScore() - Method in class de.gwdg.metadataqa.api.uniqueness.UniquenessFieldCalculator
-
- getBinary() - Method in class de.gwdg.metadataqa.api.similarity.RecordPattern
-
- getCache() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- getCache() - Method in class de.gwdg.metadataqa.api.model.pathcache.CsvPathCache
-
- getCache() - Method in class de.gwdg.metadataqa.api.model.pathcache.JsonPathCache
-
- getCache() - Method in interface de.gwdg.metadataqa.api.model.pathcache.PathCache
-
- getCache() - Method in class de.gwdg.metadataqa.api.model.pathcache.XmlPathCache
-
- getCalculatorName() - Method in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- getCalculatorName() - Method in class de.gwdg.metadataqa.api.calculator.FieldExtractor
-
- getCalculatorName() - Method in class de.gwdg.metadataqa.api.calculator.LanguageCalculator
-
- getCalculatorName() - Method in class de.gwdg.metadataqa.api.calculator.MultilingualitySaturationCalculator
-
- getCalculatorName() - Method in class de.gwdg.metadataqa.api.calculator.TfIdfCalculator
-
- getCalculatorName() - Method in class de.gwdg.metadataqa.api.calculator.UniquenessCalculator
-
- getCalculatorName() - Method in interface de.gwdg.metadataqa.api.interfaces.Calculator
-
Get the name of the calculator.
- getCalculatorName() - Method in class de.gwdg.metadataqa.api.problemcatalog.ProblemCatalog
-
- getCalculatorName() - Method in class de.gwdg.metadataqa.api.rule.RuleCatalog
-
- getCalculators() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Return the list of all registered calculators.
- getCardinalityCounter() - Method in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- getCardinalityMap() - Method in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- getCategories() - Method in class de.gwdg.metadataqa.api.configuration.Field
-
- getCategories() - Method in class de.gwdg.metadataqa.api.configuration.Group
-
- getCategories() - Method in class de.gwdg.metadataqa.api.json.JsonBranch
-
- getCategories() - Method in class de.gwdg.metadataqa.api.schema.BaseSchema
-
- getCategories() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanLimitedSchema
-
- getCategories() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanSchema
-
- getCategories() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhJsonSchema
-
- getCategories() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhXmlSchema
-
- getCategories() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmLimitedJsonSchema
-
- getCategories() - Method in class de.gwdg.metadataqa.api.schema.MarcJsonSchema
-
- getCategories() - Method in interface de.gwdg.metadataqa.api.schema.Schema
-
- getCategory() - Method in class de.gwdg.metadataqa.api.json.FieldGroup
-
Get the category.
- getChildren() - Method in class de.gwdg.metadataqa.api.json.JsonBranch
-
- getClusterIndex() - Method in class de.gwdg.metadataqa.api.similarity.Clustering
-
- getClusters() - Method in class de.gwdg.metadataqa.api.similarity.Clustering
-
- getCollectionPaths() - Method in class de.gwdg.metadataqa.api.schema.BaseSchema
-
- getCollectionPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanLimitedSchema
-
- getCollectionPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanSchema
-
- getCollectionPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhJsonSchema
-
- getCollectionPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhXmlSchema
-
- getCollectionPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmLimitedJsonSchema
-
- getCollectionPaths() - Method in class de.gwdg.metadataqa.api.schema.MarcJsonSchema
-
- getCollectionPaths() - Method in interface de.gwdg.metadataqa.api.schema.Schema
-
Return collection paths.
- getCompletenessCounter() - Method in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- getCompressionLevel() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- getContent() - Method in class de.gwdg.metadataqa.api.model.pathcache.CsvPathCache
-
- getContent() - Method in class de.gwdg.metadataqa.api.model.pathcache.JsonPathCache
-
- getContent() - Method in interface de.gwdg.metadataqa.api.model.pathcache.PathCache
-
- getContent() - Method in class de.gwdg.metadataqa.api.model.pathcache.XmlPathCache
-
- getCount() - Method in class de.gwdg.metadataqa.api.similarity.RecordPattern
-
- getCsv(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- getCsv(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- getCsv(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.calculator.FieldExtractor
-
- getCsv(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.calculator.LanguageCalculator
-
- getCsv(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.calculator.MultilingualitySaturationCalculator
-
- getCsv(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.calculator.TfIdfCalculator
-
- getCsv(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.calculator.UniquenessCalculator
-
- getCsv(boolean) - Method in class de.gwdg.metadataqa.api.counter.FieldCounter
-
- getCsv(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.counter.FieldCounter
-
- getCsv() - Method in class de.gwdg.metadataqa.api.counter.FieldCounter
-
- getCsv(boolean, CompressionLevel) - Method in interface de.gwdg.metadataqa.api.interfaces.Calculator
-
Get result as comma separated string.
- getCsv(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.problemcatalog.ProblemCatalog
-
- getCsv(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.rule.RuleCatalog
-
- getData() - Method in class de.gwdg.metadataqa.api.abbreviation.AbbreviationManager
-
- getDescriptionPath() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanLimitedSchema
-
- getDescriptionPath() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanSchema
-
- getDescriptionPath() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhJsonSchema
-
- getDescriptionPath() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhXmlSchema
-
- getDescriptionPath() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmLimitedJsonSchema
-
- getDescriptionPath() - Method in class de.gwdg.metadataqa.api.schema.MarcJsonSchema
-
- getDescriptionPath() - Method in interface de.gwdg.metadataqa.api.schema.ProblemCatalogSchema
-
Get the description path.
- getDf() - Method in class de.gwdg.metadataqa.api.uniqueness.TfIdf
-
Returns the document frequency (the number of documents the term occurs in).
- getDisjoint() - Method in class de.gwdg.metadataqa.api.configuration.Rule
-
- getDistance(Term) - Method in class de.gwdg.metadataqa.api.similarity.Term
-
- getDocument() - Method in class de.gwdg.metadataqa.api.xml.OaiPmhXPath
-
- getEmptyFields() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Returns the list of empty fields.
- getEmptyFields() - Method in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- getEmptyStringPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanLimitedSchema
-
- getEmptyStringPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanSchema
-
- getEmptyStringPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhJsonSchema
-
- getEmptyStringPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhXmlSchema
-
- getEmptyStringPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmLimitedJsonSchema
-
- getEmptyStringPaths() - Method in class de.gwdg.metadataqa.api.schema.MarcJsonSchema
-
- getEmptyStringPaths() - Method in interface de.gwdg.metadataqa.api.schema.ProblemCatalogSchema
-
Get path of empty strings.
- getEquals() - Method in class de.gwdg.metadataqa.api.configuration.Rule
-
- getExistenceCounter() - Method in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- getExistenceMap() - Method in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- getExistingFields() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Returns the list of existing fields.
- getExistingFields() - Method in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- getExtractableFields() - Method in class de.gwdg.metadataqa.api.schema.BaseSchema
-
- getExtractableFields() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanLimitedSchema
-
- getExtractableFields() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanSchema
-
- getExtractableFields() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhJsonSchema
-
- getExtractableFields() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhXmlSchema
-
- getExtractableFields() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmLimitedJsonSchema
-
- getExtractableFields() - Method in class de.gwdg.metadataqa.api.schema.MarcJsonSchema
-
- getExtractableFields() - Method in interface de.gwdg.metadataqa.api.schema.Schema
-
Get fields for which the values should be extracted from the records.
- getField(String) - Method in class de.gwdg.metadataqa.api.counter.Counters
-
- getFieldCounter() - Method in class de.gwdg.metadataqa.api.counter.CompletenessCounter
-
- getFieldGroups() - Method in class de.gwdg.metadataqa.api.schema.BaseSchema
-
- getFieldGroups() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanLimitedSchema
-
- getFieldGroups() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanSchema
-
- getFieldGroups() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhJsonSchema
-
- getFieldGroups() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhXmlSchema
-
- getFieldGroups() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmLimitedJsonSchema
-
- getFieldGroups() - Method in class de.gwdg.metadataqa.api.schema.MarcJsonSchema
-
- getFieldGroups() - Method in interface de.gwdg.metadataqa.api.schema.Schema
-
Field groups used in completeness sub-dimensions.
- getFieldList() - Method in class de.gwdg.metadataqa.api.similarity.RecordPattern
-
- getFields() - Method in class de.gwdg.metadataqa.api.configuration.Configuration
-
- getFields() - Method in class de.gwdg.metadataqa.api.configuration.Group
-
- getFields() - Method in class de.gwdg.metadataqa.api.json.FieldGroup
-
Get the list of field names.
- getFields() - Method in class de.gwdg.metadataqa.api.similarity.RecordPattern
-
- getFormat() - Method in class de.gwdg.metadataqa.api.configuration.Configuration
-
- getFormat() - Method in class de.gwdg.metadataqa.api.schema.BaseSchema
-
- getFormat() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanLimitedSchema
-
- getFormat() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanSchema
-
- getFormat() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhJsonSchema
-
- getFormat() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhXmlSchema
-
- getFormat() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmLimitedJsonSchema
-
- getFormat() - Method in class de.gwdg.metadataqa.api.schema.MarcJsonSchema
-
- getFormat() - Method in interface de.gwdg.metadataqa.api.schema.Schema
-
- getFragment(String) - Method in class de.gwdg.metadataqa.api.model.pathcache.CsvPathCache
-
- getFragment(String, String, Object) - Method in class de.gwdg.metadataqa.api.model.pathcache.CsvPathCache
-
Get a JSON fragment from cache.
- getFragment(String) - Method in class de.gwdg.metadataqa.api.model.pathcache.JsonPathCache
-
- getFragment(String, String, Object) - Method in class de.gwdg.metadataqa.api.model.pathcache.JsonPathCache
-
Get a JSON fragment from cache.
- getFragment(String) - Method in interface de.gwdg.metadataqa.api.model.pathcache.PathCache
-
- getFragment(String, String, Object) - Method in interface de.gwdg.metadataqa.api.model.pathcache.PathCache
-
- getFragment(String) - Method in class de.gwdg.metadataqa.api.model.pathcache.XmlPathCache
-
- getFragment(String, String, Object) - Method in class de.gwdg.metadataqa.api.model.pathcache.XmlPathCache
-
Get a JSON fragment from cache.
- getFragmentCache() - Method in class de.gwdg.metadataqa.api.model.pathcache.CsvPathCache
-
- getFragmentCache() - Method in class de.gwdg.metadataqa.api.model.pathcache.JsonPathCache
-
- getFragmentCache() - Method in interface de.gwdg.metadataqa.api.model.pathcache.PathCache
-
- getFragmentCache() - Method in class de.gwdg.metadataqa.api.model.pathcache.XmlPathCache
-
- getFullResults() - Method in class de.gwdg.metadataqa.api.counter.Counters
-
Returns the scores as a CSV string (without any label).
- getFullResults(boolean) - Method in class de.gwdg.metadataqa.api.counter.Counters
-
Returns the scores are CSV.
- getFullResults(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.counter.Counters
-
- getGroups() - Method in class de.gwdg.metadataqa.api.configuration.Configuration
-
- getHasValue() - Method in class de.gwdg.metadataqa.api.configuration.Rule
-
- getHeader() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- getHeader() - Method in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- getHeader() - Method in class de.gwdg.metadataqa.api.calculator.FieldExtractor
-
- getHeader() - Method in class de.gwdg.metadataqa.api.calculator.LanguageCalculator
-
- getHeader() - Method in class de.gwdg.metadataqa.api.calculator.MultilingualitySaturationCalculator
-
- getHeader() - Method in class de.gwdg.metadataqa.api.calculator.TfIdfCalculator
-
- getHeader() - Method in class de.gwdg.metadataqa.api.calculator.UniquenessCalculator
-
- getHeader() - Method in interface de.gwdg.metadataqa.api.interfaces.Calculator
-
Get header (the name of metrics) as a list.
- getHeader() - Method in interface de.gwdg.metadataqa.api.interfaces.Observer
-
Get a header, which is the name of metric, the observer measures.
- getHeader() - Method in class de.gwdg.metadataqa.api.problemcatalog.DuplicatedStrings
-
- getHeader() - Method in class de.gwdg.metadataqa.api.problemcatalog.EmptyStrings
-
- getHeader() - Method in class de.gwdg.metadataqa.api.problemcatalog.LongSubject
-
- getHeader() - Method in class de.gwdg.metadataqa.api.problemcatalog.ProblemCatalog
-
- getHeader() - Method in class de.gwdg.metadataqa.api.problemcatalog.skos.AmbiguousPrefLabel
-
- getHeader() - Method in class de.gwdg.metadataqa.api.problemcatalog.TitleAndDescriptionAreSame
-
- getHeader() - Method in class de.gwdg.metadataqa.api.rule.RuleCatalog
-
- getHeader() - Method in interface de.gwdg.metadataqa.api.rule.RuleChecker
-
Get a header, which is the name of metric, the observer measures.
- getHeader() - Method in class de.gwdg.metadataqa.api.rule.SingleFieldChecker
-
- getHeader() - Method in class de.gwdg.metadataqa.api.schema.BaseSchema
-
- getHeader() - Method in interface de.gwdg.metadataqa.api.schema.CsvAwareSchema
-
- getHeader() - Method in class de.gwdg.metadataqa.api.util.CsvReader
-
- getHeaders(Schema) - Static method in class de.gwdg.metadataqa.api.counter.CompletenessCounter
-
- getIdentifier() - Method in class de.gwdg.metadataqa.api.json.JsonBranch
-
- getIdPath() - Method in class de.gwdg.metadataqa.api.calculator.FieldExtractor
-
- getIn() - Method in class de.gwdg.metadataqa.api.configuration.Rule
-
- getInputFileName() - Method in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- getInstance() - Method in class de.gwdg.metadataqa.api.counter.BasicCounter
-
- getInstance(Format, String) - Static method in class de.gwdg.metadataqa.api.model.PathCacheFactory
-
- getJsonDocument() - Method in class de.gwdg.metadataqa.api.problemcatalog.ProblemCatalog
-
- getJsonPath() - Method in class de.gwdg.metadataqa.api.json.JsonBranch
-
- getJsonPath() - Method in class de.gwdg.metadataqa.api.uniqueness.UniquenessField
-
- getJsonString() - Method in class de.gwdg.metadataqa.api.problemcatalog.ProblemCatalog
-
- getLabel() - Method in class de.gwdg.metadataqa.api.json.JsonBranch
-
- getLabelledResultMap() - Method in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- getLabelledResultMap() - Method in class de.gwdg.metadataqa.api.calculator.FieldExtractor
-
- getLabelledResultMap() - Method in class de.gwdg.metadataqa.api.calculator.LanguageCalculator
-
- getLabelledResultMap() - Method in class de.gwdg.metadataqa.api.calculator.MultilingualitySaturationCalculator
-
- getLabelledResultMap() - Method in class de.gwdg.metadataqa.api.calculator.TfIdfCalculator
-
- getLabelledResultMap() - Method in class de.gwdg.metadataqa.api.calculator.UniquenessCalculator
-
- getLabelledResultMap() - Method in interface de.gwdg.metadataqa.api.interfaces.Calculator
-
Get hierarchical result map.
- getLabelledResultMap() - Method in class de.gwdg.metadataqa.api.problemcatalog.ProblemCatalog
-
- getLabelledResultMap() - Method in class de.gwdg.metadataqa.api.rule.RuleCatalog
-
- getLabelledResults() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- getLanguage() - Method in class de.gwdg.metadataqa.api.model.XmlFieldInstance
-
- getLanguageMap() - Method in class de.gwdg.metadataqa.api.calculator.LanguageCalculator
-
- getLanguageMap(boolean) - Method in class de.gwdg.metadataqa.api.counter.Counters
-
- getLength() - Method in class de.gwdg.metadataqa.api.similarity.RecordPattern
-
- getLessThan() - Method in class de.gwdg.metadataqa.api.configuration.Rule
-
- getLessThanOrEquals() - Method in class de.gwdg.metadataqa.api.configuration.Rule
-
- getList(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- getList(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.calculator.FieldExtractor
-
- getList(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.calculator.LanguageCalculator
-
- getList(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.calculator.MultilingualitySaturationCalculator
-
- getList(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.calculator.TfIdfCalculator
-
- getList(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.calculator.UniquenessCalculator
-
- getList(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.counter.FieldCounter
-
- getList(boolean, CompressionLevel) - Method in interface de.gwdg.metadataqa.api.interfaces.Calculator
-
- getList(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.problemcatalog.ProblemCatalog
-
- getList(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.rule.RuleCatalog
-
- getMap() - Method in class de.gwdg.metadataqa.api.counter.FieldCounter
-
- getMaxCount() - Method in class de.gwdg.metadataqa.api.configuration.Rule
-
- getMaxExclusive() - Method in class de.gwdg.metadataqa.api.configuration.Rule
-
- getMaxInclusive() - Method in class de.gwdg.metadataqa.api.configuration.Rule
-
- getMaxLength() - Method in class de.gwdg.metadataqa.api.configuration.Rule
-
- getMinCount() - Method in class de.gwdg.metadataqa.api.configuration.Rule
-
- getMinExclusive() - Method in class de.gwdg.metadataqa.api.configuration.Rule
-
- getMinInclusive() - Method in class de.gwdg.metadataqa.api.configuration.Rule
-
- getMinLength() - Method in class de.gwdg.metadataqa.api.configuration.Rule
-
- getMissingFields() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Returns the list of missing fields.
- getMissingFields() - Method in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- getName() - Method in class de.gwdg.metadataqa.api.configuration.Field
-
- getNext() - Method in class de.gwdg.metadataqa.api.similarity.ProfileReader
-
- getNoLanguageFields() - Method in class de.gwdg.metadataqa.api.schema.BaseSchema
-
- getNoLanguageFields() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanLimitedSchema
-
- getNoLanguageFields() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanSchema
-
- getNoLanguageFields() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhJsonSchema
-
- getNoLanguageFields() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhXmlSchema
-
- getNoLanguageFields() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmLimitedJsonSchema
-
- getNoLanguageFields() - Method in class de.gwdg.metadataqa.api.schema.MarcJsonSchema
-
- getNoLanguageFields() - Method in interface de.gwdg.metadataqa.api.schema.Schema
-
List of field which can be skipped in the language extraction.
- getParent() - Method in class de.gwdg.metadataqa.api.json.JsonBranch
-
- getPath() - Method in class de.gwdg.metadataqa.api.configuration.Field
-
- getPath(String) - Static method in class de.gwdg.metadataqa.api.util.FileUtils
-
- getPathByLabel(String) - Method in class de.gwdg.metadataqa.api.schema.BaseSchema
-
- getPathByLabel(String) - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanLimitedSchema
-
- getPathByLabel(String) - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanSchema
-
- getPathByLabel(String) - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhJsonSchema
-
- getPathByLabel(String) - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhXmlSchema
-
- getPathByLabel(String) - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmLimitedJsonSchema
-
- getPathByLabel(String) - Method in class de.gwdg.metadataqa.api.schema.MarcJsonSchema
-
- getPathByLabel(String) - Method in interface de.gwdg.metadataqa.api.schema.Schema
-
Returns a path by its label.
- getPaths() - Method in class de.gwdg.metadataqa.api.schema.BaseSchema
-
- getPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanLimitedSchema
-
- getPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanSchema
-
- getPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhJsonSchema
-
- getPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhXmlSchema
-
- getPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmLimitedJsonSchema
-
- getPaths() - Method in class de.gwdg.metadataqa.api.schema.MarcJsonSchema
-
- getPaths() - Method in interface de.gwdg.metadataqa.api.schema.Schema
-
The list of fields to investigate in most of the measurements.
- getPattern() - Method in class de.gwdg.metadataqa.api.configuration.Rule
-
- getPercent() - Method in class de.gwdg.metadataqa.api.similarity.RecordPattern
-
- getProblemList(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.counter.Counters
-
- getRecordId() - Method in class de.gwdg.metadataqa.api.counter.Counters
-
- getRecordId() - Method in class de.gwdg.metadataqa.api.model.pathcache.CsvPathCache
-
Gets the record identifier.
- getRecordId() - Method in class de.gwdg.metadataqa.api.model.pathcache.JsonPathCache
-
Gets the record identifier.
- getRecordId() - Method in interface de.gwdg.metadataqa.api.model.pathcache.PathCache
-
- getRecordId() - Method in class de.gwdg.metadataqa.api.model.pathcache.XmlPathCache
-
Gets the record identifier.
- getResource() - Method in class de.gwdg.metadataqa.api.model.EdmFieldInstance
-
- getResult() - Method in class de.gwdg.metadataqa.api.counter.BasicCounter
-
- getResultMap() - Method in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- getResultMap() - Method in class de.gwdg.metadataqa.api.calculator.FieldExtractor
-
- getResultMap() - Method in class de.gwdg.metadataqa.api.calculator.LanguageCalculator
-
- getResultMap() - Method in class de.gwdg.metadataqa.api.calculator.MultilingualitySaturationCalculator
-
- getResultMap() - Method in class de.gwdg.metadataqa.api.calculator.TfIdfCalculator
-
- getResultMap() - Method in class de.gwdg.metadataqa.api.calculator.UniquenessCalculator
-
- getResultMap() - Method in interface de.gwdg.metadataqa.api.interfaces.Calculator
-
Get results as a simple map.
- getResultMap() - Method in class de.gwdg.metadataqa.api.problemcatalog.ProblemCatalog
-
- getResultMap() - Method in class de.gwdg.metadataqa.api.rule.RuleCatalog
-
- getResults() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Returns the result map.
- getResults() - Method in class de.gwdg.metadataqa.api.counter.Counters
-
- getResultsAsCSV(boolean) - Method in class de.gwdg.metadataqa.api.counter.Counters
-
- getResultsAsCSV(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.counter.Counters
-
- getResultsAsList() - Method in class de.gwdg.metadataqa.api.counter.Counters
-
- getResultsAsList(boolean) - Method in class de.gwdg.metadataqa.api.counter.Counters
-
- getResultsAsList(boolean, CompressionLevel) - Method in class de.gwdg.metadataqa.api.counter.Counters
-
- getResultsAsTSV(boolean) - Method in class de.gwdg.metadataqa.api.counter.Counters
-
- getResultsDouble() - Method in class de.gwdg.metadataqa.api.counter.Counters
-
- getResultType() - Method in class de.gwdg.metadataqa.api.calculator.MultilingualitySaturationCalculator
-
- getRootChildrenPaths() - Method in class de.gwdg.metadataqa.api.schema.BaseSchema
-
- getRootChildrenPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanLimitedSchema
-
- getRootChildrenPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanSchema
-
- getRootChildrenPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhJsonSchema
-
- getRootChildrenPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhXmlSchema
-
- getRootChildrenPaths() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmLimitedJsonSchema
-
- getRootChildrenPaths() - Method in class de.gwdg.metadataqa.api.schema.MarcJsonSchema
-
- getRootChildrenPaths() - Method in interface de.gwdg.metadataqa.api.schema.Schema
-
Return the paths of root's direct children.
- getRuleCheckers() - Method in class de.gwdg.metadataqa.api.schema.BaseSchema
-
- getRuleCheckers() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanLimitedSchema
-
- getRuleCheckers() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanSchema
-
- getRuleCheckers() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhJsonSchema
-
- getRuleCheckers() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhXmlSchema
-
- getRuleCheckers() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmLimitedJsonSchema
-
- getRuleCheckers() - Method in class de.gwdg.metadataqa.api.schema.MarcJsonSchema
-
- getRuleCheckers() - Method in interface de.gwdg.metadataqa.api.schema.Schema
-
- getRules() - Method in class de.gwdg.metadataqa.api.configuration.Field
-
- getRules() - Method in class de.gwdg.metadataqa.api.json.JsonBranch
-
- getSaturationMap() - Method in class de.gwdg.metadataqa.api.calculator.MultilingualitySaturationCalculator
-
- getSchema() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
- getSchema() - Method in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- getSchema() - Method in class de.gwdg.metadataqa.api.problemcatalog.ProblemCatalog
-
- getScoreForUniqueValue() - Method in class de.gwdg.metadataqa.api.uniqueness.UniquenessField
-
- getSkippableCollectionIds(PathCache) - Method in interface de.gwdg.metadataqa.api.calculator.SkippedEntryChecker
-
- getSkippedEntryChecker() - Method in class de.gwdg.metadataqa.api.calculator.CompletenessCalculator
-
- getSkippedEntryChecker() - Method in class de.gwdg.metadataqa.api.calculator.MultilingualitySaturationCalculator
-
- getSolrBasePath() - Method in class de.gwdg.metadataqa.api.uniqueness.DefaultSolrClient
-
- getSolrField() - Method in class de.gwdg.metadataqa.api.uniqueness.UniquenessField
-
- getSolrFieldName() - Method in class de.gwdg.metadataqa.api.json.JsonBranch
-
- getSolrFields() - Method in class de.gwdg.metadataqa.api.calculator.UniquenessCalculator
-
- getSolrFields() - Method in class de.gwdg.metadataqa.api.schema.BaseSchema
-
- getSolrFields() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanLimitedSchema
-
- getSolrFields() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanSchema
-
- getSolrFields() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhJsonSchema
-
- getSolrFields() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhXmlSchema
-
- getSolrFields() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmLimitedJsonSchema
-
- getSolrFields() - Method in class de.gwdg.metadataqa.api.schema.MarcJsonSchema
-
- getSolrFields() - Method in interface de.gwdg.metadataqa.api.schema.Schema
-
Map of fields covered in TF-IDF extraction.
- getSolrHost() - Method in class de.gwdg.metadataqa.api.uniqueness.SolrConfiguration
-
- getSolrPath() - Method in class de.gwdg.metadataqa.api.uniqueness.SolrConfiguration
-
- getSolrPort() - Method in class de.gwdg.metadataqa.api.uniqueness.SolrConfiguration
-
- getSolrSearchAllPattern() - Method in class de.gwdg.metadataqa.api.uniqueness.DefaultSolrClient
-
- getSolrSearchPath() - Method in class de.gwdg.metadataqa.api.calculator.TfIdfCalculator
-
- getSolrSearchPattern() - Method in class de.gwdg.metadataqa.api.uniqueness.DefaultSolrClient
-
- getSolrSearchResponse(String, String) - Method in class de.gwdg.metadataqa.api.uniqueness.DefaultSolrClient
-
- getSolrSearchResponse(String, String) - Method in interface de.gwdg.metadataqa.api.uniqueness.SolrClient
-
- getStatComponent(Category) - Method in class de.gwdg.metadataqa.api.counter.CompletenessCounter
-
- getSubjectPath() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanLimitedSchema
-
- getSubjectPath() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanSchema
-
- getSubjectPath() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhJsonSchema
-
- getSubjectPath() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhXmlSchema
-
- getSubjectPath() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmLimitedJsonSchema
-
- getSubjectPath() - Method in class de.gwdg.metadataqa.api.schema.MarcJsonSchema
-
- getSubjectPath() - Method in interface de.gwdg.metadataqa.api.schema.ProblemCatalogSchema
-
Get the subject path.
- getTerm() - Method in class de.gwdg.metadataqa.api.uniqueness.TfIdf
-
Returns the indexed term.
- getTermList() - Method in class de.gwdg.metadataqa.api.similarity.Cluster
-
- getTerms() - Method in class de.gwdg.metadataqa.api.similarity.Cluster
-
- getTermsCollection() - Method in class de.gwdg.metadataqa.api.calculator.CalculatorFacade
-
Returns the TF-IDF term map.
- getTermsCollection() - Method in class de.gwdg.metadataqa.api.calculator.TfIdfCalculator
-
- getTermsCollection() - Method in class de.gwdg.metadataqa.api.uniqueness.TfIdfExtractor
-
Returns the term collection.
- getTf() - Method in class de.gwdg.metadataqa.api.uniqueness.TfIdf
-
Returns term frequency (the number of times the term occurs in the field).
- getTfIdf() - Method in class de.gwdg.metadataqa.api.uniqueness.TfIdf
-
Returns the TF-IDF number read from Apache Solr.
- getTfIdfList(boolean) - Method in class de.gwdg.metadataqa.api.counter.Counters
-
- getTitlePath() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanLimitedSchema
-
- getTitlePath() - Method in class de.gwdg.metadataqa.api.schema.EdmFullBeanSchema
-
- getTitlePath() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhJsonSchema
-
- getTitlePath() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmhXmlSchema
-
- getTitlePath() - Method in class de.gwdg.metadataqa.api.schema.EdmOaiPmLimitedJsonSchema
-
- getTitlePath() - Method in class de.gwdg.metadataqa.api.schema.MarcJsonSchema
-
- getTitlePath() - Method in interface de.gwdg.metadataqa.api.schema.ProblemCatalogSchema
-
Get the title path.
- getTotal() - Method in class de.gwdg.metadataqa.api.counter.BasicCounter
-
- getTotal() - Method in class de.gwdg.metadataqa.api.similarity.RecordPattern
-
- getTotal() - Method in class de.gwdg.metadataqa.api.uniqueness.UniquenessField
-
- getTotalAsInt() - Method in class de.gwdg.metadataqa.api.counter.BasicCounter
-
- getTotals() - Method in class de.gwdg.metadataqa.api.calculator.UniquenessCalculator
-
- getUrl() - Method in class de.gwdg.metadataqa.api.model.EdmFieldInstance
-
- getValue() - Method in class de.gwdg.metadataqa.api.model.XmlFieldInstance
-
- getValue() - Method in class de.gwdg.metadataqa.api.similarity.Term
-
- getXpathEngine() - Static method in class de.gwdg.metadataqa.api.xml.OaiPmhXPath
-
- Group - Class in de.gwdg.metadataqa.api.configuration
-
- Group() - Constructor for class de.gwdg.metadataqa.api.configuration.Group
-
- value() - Method in enum de.gwdg.metadataqa.api.calculator.MultilingualitySaturationCalculator.ResultTypes
-
- value() - Method in enum de.gwdg.metadataqa.api.model.LanguageSaturationType
-
- value() - Method in enum de.gwdg.metadataqa.api.rule.RuleCheckingOutput
-
- value() - Method in enum de.gwdg.metadataqa.api.util.CompressionLevel
-
- valueOf(String) - Static method in enum de.gwdg.metadataqa.api.calculator.MultilingualitySaturationCalculator.ResultTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.gwdg.metadataqa.api.model.Category
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.gwdg.metadataqa.api.model.LanguageSaturationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.gwdg.metadataqa.api.rule.RuleCheckingOutput
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.gwdg.metadataqa.api.schema.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.gwdg.metadataqa.api.util.CompressionLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum de.gwdg.metadataqa.api.calculator.MultilingualitySaturationCalculator.ResultTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.gwdg.metadataqa.api.model.Category
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.gwdg.metadataqa.api.model.LanguageSaturationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.gwdg.metadataqa.api.rule.RuleCheckingOutput
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.gwdg.metadataqa.api.schema.Format
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.gwdg.metadataqa.api.util.CompressionLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.