Package | Description |
---|---|
de.gwdg.metadataqa.api.calculator |
Calculator implementations.
|
de.gwdg.metadataqa.api.counter |
Counter objects, which holds the result of calculations.
|
de.gwdg.metadataqa.api.interfaces |
Definition of interfaces in the library.
|
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.
|
Modifier and Type | Field and Description |
---|---|
protected FieldCounter<String> |
FieldExtractor.resultMap |
Modifier and Type | Method and Description |
---|---|
FieldCounter<Integer> |
CompletenessCalculator.getCardinalityCounter() |
FieldCounter<Boolean> |
CompletenessCalculator.getExistenceCounter() |
Modifier and Type | Method and Description |
---|---|
FieldCounter<Double> |
CompletenessCounter.getFieldCounter() |
Modifier and Type | Method and Description |
---|---|
void |
FieldCounter.putAll(FieldCounter<T> other) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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 |
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) |
Modifier and Type | Method and Description |
---|---|
FieldCounter<Double> |
TfIdfExtractor.extract(String jsonString,
String recordId)
Extracts sums and average of TF-IDF value for the schema's Solr field array
without collecting the terms.
|
FieldCounter<Double> |
TfIdfExtractor.extract(String jsonString,
String recordId,
boolean doCollectTerms)
Extracts sums and average of TF-IDF value for the schema's Solr field array.
|
Copyright © 2020. All rights reserved.