Package | Description |
---|---|
de.gwdg.metadataqa.api.calculator |
Calculator implementations.
|
de.gwdg.metadataqa.api.calculator.edm |
EDM related calculators.
|
de.gwdg.metadataqa.api.interfaces |
Definition of interfaces in the library.
|
de.gwdg.metadataqa.api.model |
Data objects.
|
de.gwdg.metadataqa.api.model.pathcache |
Path cache.
|
de.gwdg.metadataqa.api.problemcatalog |
Problem catalog implementation.
|
de.gwdg.metadataqa.api.problemcatalog.skos |
SKOS related problems.
|
de.gwdg.metadataqa.api.rule |
Rule catalog implementation.
|
de.gwdg.metadataqa.api.uniqueness |
Uniqueness related classes.
|
de.gwdg.metadataqa.api.util |
Utility classes.
|
Modifier and Type | Field and Description |
---|---|
protected PathCache<? extends XmlFieldInstance> |
CalculatorFacade.cache |
Modifier and Type | Method and Description |
---|---|
PathCache<? extends XmlFieldInstance> |
CalculatorFacade.getCache() |
Modifier and Type | Method and Description |
---|---|
void |
CompletenessCalculator.evaluateJsonBranch(JsonBranch jsonBranch,
PathCache cache,
CompletenessCounter completenessCounter,
String address,
Object jsonFragment) |
List<String> |
SkippedEntryChecker.getSkippableCollectionIds(PathCache cache) |
void |
UniquenessCalculator.measure(PathCache cache) |
void |
LanguageCalculator.measure(PathCache cache) |
void |
MultilingualitySaturationCalculator.measure(PathCache cache) |
void |
CompletenessCalculator.measure(PathCache cache) |
void |
TfIdfCalculator.measure(PathCache cache) |
void |
FieldExtractor.measure(PathCache cache) |
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 |
---|---|
void |
Calculator.measure(PathCache cache)
Measure something from the JSON input object.
|
void |
Observer.update(PathCache cache,
FieldCounter<Double> results)
A push method which is called by the subject, and which transport
information to the Observer objects.
|
Modifier and Type | Method and Description |
---|---|
static PathCache<? extends XmlFieldInstance> |
PathCacheFactory.getInstance(Format format,
String content) |
Modifier and Type | Class and Description |
---|---|
class |
CsvPathCache<T extends XmlFieldInstance> |
class |
JsonPathCache<T extends XmlFieldInstance> |
class |
XmlPathCache<T extends XmlFieldInstance> |
Modifier and Type | Method and Description |
---|---|
void |
ProblemCatalog.measure(PathCache cache) |
void |
DuplicatedStrings.update(PathCache cache,
FieldCounter<Double> results) |
void |
TitleAndDescriptionAreSame.update(PathCache cache,
FieldCounter<Double> results) |
void |
LongSubject.update(PathCache cache,
FieldCounter<Double> results) |
void |
EmptyStrings.update(PathCache cache,
FieldCounter<Double> results) |
Modifier and Type | Method and Description |
---|---|
void |
AmbiguousPrefLabel.update(PathCache cache,
FieldCounter<Double> results) |
Modifier and Type | Method and Description |
---|---|
void |
RuleCatalog.measure(PathCache cache) |
void |
MaxLengthChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results) |
void |
EqualityChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results) |
void |
EnumerationChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results) |
void |
MaxCountChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results) |
void |
PatternChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results) |
void |
HasValueChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results) |
void |
MinCountChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results) |
void |
RuleChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results)
A push method which is called by the subject, and which transport
information to the Observer objects.
|
void |
MinLengthChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results) |
void |
DisjointChecker.update(PathCache cache,
FieldCounter<RuleCheckingOutput> results) |
Constructor and Description |
---|
UniquenessFieldCalculator(PathCache cache,
String recordId,
SolrClient solrClient,
UniquenessField solrField) |
Modifier and Type | Method and Description |
---|---|
boolean |
SkippedEntitySelector.isCollectionSkippable(List<String> skippableIds,
JsonBranch collection,
int i,
PathCache cache,
Object jsonFragment) |
Copyright © 2020. All rights reserved.