Package | Description |
---|---|
de.gwdg.metadataqa.api.calculator |
Calculator implementations.
|
de.gwdg.metadataqa.api.calculator.edm |
EDM related calculators.
|
de.gwdg.metadataqa.api.configuration | |
de.gwdg.metadataqa.api.counter |
Counter objects, which holds the result of calculations.
|
de.gwdg.metadataqa.api.rule |
Rule catalog implementation.
|
de.gwdg.metadataqa.api.schema |
Schema definitions.
|
de.gwdg.metadataqa.api.uniqueness |
Uniqueness related classes.
|
de.gwdg.metadataqa.api.util |
Utility classes.
|
Modifier and Type | Field and Description |
---|---|
protected Schema |
CalculatorFacade.schema |
protected Schema |
FieldExtractor.schema |
Modifier and Type | Method and Description |
---|---|
Schema |
CompletenessCalculator.getSchema() |
Schema |
CalculatorFacade.getSchema() |
Modifier and Type | Method and Description |
---|---|
CalculatorFacade |
CalculatorFacade.setSchema(Schema schema) |
Constructor and Description |
---|
CompletenessCalculator(Schema schema) |
FieldExtractor(Schema schema) |
LanguageCalculator(Schema schema) |
MultilingualitySaturationCalculator(Schema schema) |
TfIdfCalculator(Schema schema) |
UniquenessCalculator(SolrClient solrClient,
Schema schema) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
EnhancementIdExtractor.extractIds(PathCache cache,
Schema schema) |
static void |
EnhancementIdExtractor.processXml(PathCache cache,
Schema schema,
List<String> enhancementIds,
List<Object> jsonFragments) |
Modifier and Type | Method and Description |
---|---|
Schema |
Configuration.asSchema() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
CompletenessCounter.getHeaders(Schema schema) |
Constructor and Description |
---|
CompletenessCounter(Schema schema) |
Constructor and Description |
---|
RuleCatalog(Schema schema) |
Modifier and Type | Class and Description |
---|---|
class |
BaseSchema |
class |
EdmFullBeanLimitedSchema
The Europeana Data Model (EDM) representation of the metadata schema interface.
|
class |
EdmFullBeanSchema
The Europeana Data Model (EDM) representation of the metadata schema interface.
|
class |
EdmOaiPmhJsonSchema
The Europeana Data Model (EDM) representation of the metadata schema interface.
|
class |
EdmOaiPmhXmlSchema
The Europeana Data Model (EDM) representation of the metadata schema interface.
|
class |
EdmOaiPmLimitedJsonSchema
The Europeana Data Model (EDM) representation of the metadata schema interface.
|
class |
EdmSchema |
class |
MarcJsonSchema |
Constructor and Description |
---|
TfIdfExtractor(Schema schema) |
Modifier and Type | Method and Description |
---|---|
static Schema |
SchemaFactory.fromConfig(Configuration config) |
Modifier and Type | Method and Description |
---|---|
static List<Object> |
Converter.jsonObjectToList(Object jsonFragment,
Schema schema) |
Copyright © 2020. All rights reserved.