Package | Description |
---|---|
cz.cuni.mff.odcleanstore.configuration |
Interface for the global configuration read from odcs.ini.
|
cz.cuni.mff.odcleanstore.connection |
Helper classes for working with connection to a Virtuoso database instance.
|
cz.cuni.mff.odcleanstore.datanormalization.impl |
The Data Normalization transformer - implementation.
|
cz.cuni.mff.odcleanstore.datanormalization.rules |
The Data Normalization transformer rules, rule querying and generation.
|
cz.cuni.mff.odcleanstore.engine.db | |
cz.cuni.mff.odcleanstore.engine.pipeline | |
cz.cuni.mff.odcleanstore.linker.impl |
Linker implementation.
|
cz.cuni.mff.odcleanstore.qualityassessment.impl |
The Quality Assessment transformer - implementation.
|
cz.cuni.mff.odcleanstore.qualityassessment.rules |
The Quality Assessment transformer rules, rule querying and generation.
|
cz.cuni.mff.odcleanstore.queryexecution |
Components shared by odcs-inputclient and Input Webservice.
|
cz.cuni.mff.odcleanstore.queryexecution.impl |
The Query Execution component - implementation.
|
cz.cuni.mff.odcleanstore.shared |
Shared definitions and utility classes.
|
cz.cuni.mff.odcleanstore.shared.util | |
cz.cuni.mff.odcleanstore.test |
Classes for manual linker testing.
|
cz.cuni.mff.odcleanstore.transformer |
Interface definitions for named graph transformers.
|
cz.cuni.mff.odcleanstore.webfrontend.core |
Core Wicket application files.
|
cz.cuni.mff.odcleanstore.webfrontend.core.components |
Custom Wicket components.
|
cz.cuni.mff.odcleanstore.webfrontend.validators |
Custom Wicket validators.
|
Modifier and Type | Method and Description |
---|---|
JDBCConnectionCredentials |
WebFrontendConfig.getCleanDBJDBCConnectionCredentials() |
JDBCConnectionCredentials |
QueryExecutionConfig.getCleanDBJDBCConnectionCredentials() |
JDBCConnectionCredentials |
EngineConfig.getCleanDBJDBCConnectionCredentials() |
JDBCConnectionCredentials |
BackendConfig.getCleanDBJDBCConnectionCredentials() |
JDBCConnectionCredentials |
WebFrontendConfig.getDirtyDBJDBCConnectionCredentials() |
JDBCConnectionCredentials |
EngineConfig.getDirtyDBJDBCConnectionCredentials() |
JDBCConnectionCredentials |
BackendConfig.getDirtyDBJDBCConnectionCredentials() |
protected static JDBCConnectionCredentials |
ConfigGroup.loadJDBCConnectionCredentials(Properties properties,
ConfigGroup.EnumDbConnectionType dbType)
Extracts JDBC configuration values for the database given by its name
from the given Properties instance.
|
Constructor and Description |
---|
BackendConfig(SparqlEndpointConnectionCredentials dirtyDBSparqlConnectionCredentials,
SparqlEndpointConnectionCredentials cleanDBSparqlConnectionCredentials,
JDBCConnectionCredentials dirtyDBJDBCConnectionCredentials,
JDBCConnectionCredentials cleanDBJDBCConnectionCredentials,
Integer queryTimeout) |
EngineConfig(JDBCConnectionCredentials dirtyDBJDBCConnectionCredentials,
JDBCConnectionCredentials cleanDBJDBCConnectionCredentials,
Long startupTimeout,
Long shutdownTimeout,
Long lookForGraphInterval,
Long secondCrashPenalty,
Long stateToDbWritingInterval,
String dirtyImportExportDir,
String cleanImportExportDir,
UUID engineUuid) |
QueryExecutionConfig(Long maxQueryResultSize,
URI resultDataURIPrefix,
JDBCConnectionCredentials cleanDBJDBCConnectionCredentials) |
WebFrontendConfig(JDBCConnectionCredentials dirtyDBJDBCConnectionCredentials,
JDBCConnectionCredentials cleanDBJDBCConnectionCredentials,
String gmailAddress,
String gmailPassword,
String outputWSHost,
String debugDirectoryPath) |
Modifier and Type | Method and Description |
---|---|
static VirtuosoConnectionWrapper |
VirtuosoConnectionWrapper.createConnection(JDBCConnectionCredentials connectionCredentials)
Create a new connection and return its wrapper.
|
Modifier and Type | Method and Description |
---|---|
DataNormalizer.GraphModification |
DataNormalizerImpl.getGraphModifications(String graphName,
JDBCConnectionCredentials clean,
JDBCConnectionCredentials source,
TableVersion tableVersion)
collects modifications that are done to the given graph
|
Constructor and Description |
---|
DataNormalizationRulesModel(JDBCConnectionCredentials endpoint) |
DataNormalizationRulesModel(JDBCConnectionCredentials endpoint,
TableVersion tableVersion) |
Modifier and Type | Method and Description |
---|---|
protected void |
DbContextTransactional.setConnection(JDBCConnectionCredentials connectionCredentials) |
protected void |
DbContext.setConnection(JDBCConnectionCredentials connectionCredentials)
Set connections to database.
|
Modifier and Type | Method and Description |
---|---|
JDBCConnectionCredentials |
TransformationContext.getCleanDatabaseCredentials() |
JDBCConnectionCredentials |
TransformationContext.getDirtyDatabaseCredentials() |
Modifier and Type | Method and Description |
---|---|
static LinkerDao |
LinkerDao.getInstance(JDBCConnectionCredentials cleanDBCredentials,
JDBCConnectionCredentials dirtyDBCredentials)
Creates singleton instance.
|
Modifier and Type | Method and Description |
---|---|
QualityAssessor.GraphScoreWithTrace |
QualityAssessorImpl.getGraphScoreWithTrace(String graphName,
JDBCConnectionCredentials clean) |
QualityAssessor.GraphScoreWithTrace |
QualityAssessorImpl.getGraphScoreWithTrace(String graphName,
JDBCConnectionCredentials clean,
JDBCConnectionCredentials source,
TableVersion tableVersion) |
Constructor and Description |
---|
QualityAssessmentRulesModel(JDBCConnectionCredentials endpoint)
Default to committed versions of rules
|
QualityAssessmentRulesModel(JDBCConnectionCredentials endpoint,
TableVersion tableVersion) |
Constructor and Description |
---|
QueryExecution(JDBCConnectionCredentials connectionCredentials,
Config globalConfig)
Creates a new instance of QueryExecution.
|
Constructor and Description |
---|
DefaultAggregationConfigurationCache(JDBCConnectionCredentials connectionCredentials,
PrefixMappingCache prefixMappingCache)
Create a new instance.
|
LabelPropertiesListCache(JDBCConnectionCredentials connectionCredentials,
PrefixMappingCache prefixMappingCache)
Create a new instance.
|
PrefixMappingCache(JDBCConnectionCredentials connectionCredentials)
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
static List<RDFprefix> |
RDFPrefixesLoader.loadPrefixes(JDBCConnectionCredentials connectionCredentials)
Loads RDF prefixes from Virtuoso DB.
|
Modifier and Type | Method and Description |
---|---|
static List<RDFprefix> |
RDFPrefixesLoader.loadPrefixes(JDBCConnectionCredentials connectionCredentials)
Loads RDF prefixes from Virtuoso DB.
|
Modifier and Type | Method and Description |
---|---|
JDBCConnectionCredentials |
TransformationContextTestImpl.getCleanDatabaseCredentials() |
JDBCConnectionCredentials |
TransformationContextTestImpl.getDirtyDatabaseCredentials() |
Modifier and Type | Method and Description |
---|---|
JDBCConnectionCredentials |
TransformationContext.getCleanDatabaseCredentials()
Reference to the clean database.
|
JDBCConnectionCredentials |
TransformationContext.getDirtyDatabaseCredentials()
Reference to the dirty database, i.e.
|
Modifier and Type | Method and Description |
---|---|
JDBCConnectionCredentials |
DaoLookupFactory.getCleanConnectionCredentials() |
JDBCConnectionCredentials |
DaoLookupFactory.getDirtyConnectionCredentials() |
Constructor and Description |
---|
DaoLookupFactory(JDBCConnectionCredentials cleanConnectionCoords,
JDBCConnectionCredentials dirtyConnectionCoords) |
Constructor and Description |
---|
RegexField(String id,
JDBCConnectionCredentials credentials) |
Constructor and Description |
---|
DNComponentValidator(JDBCConnectionCredentials credentials,
org.apache.wicket.markup.html.form.DropDownChoice<DNRuleComponentType> type) |
QARuleValidator(JDBCConnectionCredentials credentials) |
RegexValidator(JDBCConnectionCredentials credentials) |
Copyright © 2013. All Rights Reserved.