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.rule |
Rule catalog implementation.
|
de.gwdg.metadataqa.api.util |
Utility classes.
|
Modifier and Type | Field and Description |
---|---|
protected CompressionLevel |
CalculatorFacade.compressionLevel |
Modifier and Type | Method and Description |
---|---|
CompressionLevel |
CalculatorFacade.getCompressionLevel() |
Modifier and Type | Method and Description |
---|---|
String |
UniquenessCalculator.getCsv(boolean withLabel,
CompressionLevel compressionLevel) |
String |
LanguageCalculator.getCsv(boolean withLabel,
CompressionLevel compressionLevel) |
String |
MultilingualitySaturationCalculator.getCsv(boolean withLabel,
CompressionLevel compressionLevel) |
String |
CompletenessCalculator.getCsv(boolean withLabel,
CompressionLevel compressionLevel) |
String |
TfIdfCalculator.getCsv(boolean withLabel,
CompressionLevel compressionLevel) |
String |
CalculatorFacade.getCsv(boolean withLabels,
CompressionLevel compressionLevel) |
String |
FieldExtractor.getCsv(boolean withLabel,
CompressionLevel compressionLevel) |
List<String> |
UniquenessCalculator.getList(boolean withLabel,
CompressionLevel compressionLevel) |
List<String> |
LanguageCalculator.getList(boolean withLabel,
CompressionLevel compressionLevel) |
List<String> |
MultilingualitySaturationCalculator.getList(boolean withLabel,
CompressionLevel compressionLevel) |
List<String> |
CompletenessCalculator.getList(boolean withLabel,
CompressionLevel compressionLevel) |
List<String> |
TfIdfCalculator.getList(boolean withLabel,
CompressionLevel compressionLevel) |
List<String> |
FieldExtractor.getList(boolean withLabel,
CompressionLevel compressionLevel) |
CalculatorFacade |
CalculatorFacade.setCompressionLevel(CompressionLevel compressionLevel) |
Modifier and Type | Method and Description |
---|---|
String |
FieldCounter.getCsv(boolean withLabel,
CompressionLevel compressionLevel) |
String |
Counters.getFullResults(boolean withLabel,
CompressionLevel compressionLevel) |
List<String> |
FieldCounter.getList(boolean withLabel,
CompressionLevel compressionLevel) |
String |
Counters.getProblemList(boolean withLabel,
CompressionLevel compressionLevel) |
String |
Counters.getResultsAsCSV(boolean withLabel,
CompressionLevel compressionLevel) |
List<String> |
Counters.getResultsAsList(boolean withLabel,
CompressionLevel compressionLevel) |
Modifier and Type | Method and Description |
---|---|
String |
Calculator.getCsv(boolean withLabels,
CompressionLevel compressionLevel)
Get result as comma separated string.
|
List<String> |
Calculator.getList(boolean withLabels,
CompressionLevel compressionLevel) |
Modifier and Type | Method and Description |
---|---|
String |
ProblemCatalog.getCsv(boolean withLabels,
CompressionLevel compressionLevel) |
List<String> |
ProblemCatalog.getList(boolean withLabels,
CompressionLevel compressionLevel) |
Modifier and Type | Method and Description |
---|---|
String |
RuleCatalog.getCsv(boolean withLabels,
CompressionLevel compressionLevel) |
List<String> |
RuleCatalog.getList(boolean withLabels,
CompressionLevel compressionLevel) |
Modifier and Type | Method and Description |
---|---|
static CompressionLevel |
CompressionLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionLevel[] |
CompressionLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
Converter.compressNumber(String value,
CompressionLevel compressionLevel)
Removes the unnecessary 0-s from the end of a number.
|
Copyright © 2020. All rights reserved.