Package | Description |
---|---|
cz.cuni.mff.odcleanstore.conflictresolution |
The Conflict Resolution component (public interface).
|
cz.cuni.mff.odcleanstore.conflictresolution.aggregation |
Implementations of various aggregation methods for conflict resolution.
|
cz.cuni.mff.odcleanstore.engine.outputws | |
cz.cuni.mff.odcleanstore.queryexecution |
Components shared by odcs-inputclient and Input Webservice.
|
cz.cuni.mff.odcleanstore.queryexecution.impl |
The Query Execution component - implementation.
|
Modifier and Type | Method and Description |
---|---|
AggregationSpec |
ConflictResolverSpec.getAggregationSpec()
Returns aggregation settings.
|
AggregationSpec |
ConflictResolverSpec.getDefaultAggregationSpec()
Returns default aggregation settings.
|
AggregationSpec |
AggregationSpec.shallowClone()
Creates a shallow copy of this object.
|
Modifier and Type | Method and Description |
---|---|
ConflictResolver |
ConflictResolverFactory.createResolver(AggregationSpec aggregationSpec,
NamedGraphMetadataMap metadata)
Return a new instance of ConflictResolver.
|
ConflictResolver |
ConflictResolverFactory.createResolver(AggregationSpec aggregationSpec,
NamedGraphMetadataMap metadata,
Iterator<com.hp.hpl.jena.graph.Triple> sameAsLinks,
Set<String> preferredURIs)
Return a new instance of ConflictResolver.
|
ConflictResolver |
ConflictResolverFactory.createResolver(AggregationSpec aggregationSpec,
NamedGraphMetadataMap metadata,
URIMapping uriMapping)
Return a new instance of ConflictResolver.
|
void |
ConflictResolverSpec.setAggregationSpec(AggregationSpec aggregationSpec)
Sets aggregation settings.
|
void |
ConflictResolverSpec.setDefaultAggregationSpec(AggregationSpec defaultAggregationSpec)
Returns default aggregation settings.
|
Constructor and Description |
---|
ConflictResolverFactory(String resultGraphPrefix,
ConflictResolutionConfig globalConfig,
AggregationSpec defaultAggregationSpec)
Creates a new instance with the given settings passed to newly created ConflictResolver instances.
|
ConflictResolverSpec(String namedGraphURIPrefix,
AggregationSpec aggregationSpec,
AggregationSpec defaultAggregationSpec)
Initialize this specification of conflict resolution settings with the given aggregation
settings.
|
Constructor and Description |
---|
AggregationMethodFactory(AggregationSpec aggregationSpec,
String resultGraphPrefix,
ConflictResolutionConfig globalConfig)
Creates a new factory with the given settings for creating new aggregations.
|
Modifier and Type | Method and Description |
---|---|
protected AggregationSpec |
QueryExecutorResourceBase.getAggregationSpec()
Reads parameters given to the output webservice and build an AggregationSpec object according to it.
|
Modifier and Type | Method and Description |
---|---|
AggregationSpec |
BasicQueryResult.getAggregationSpec()
Returns aggregation settings used in conflict resolution.
|
Modifier and Type | Method and Description |
---|---|
BasicQueryResult |
QueryExecution.findKeyword(String keywords,
QueryConstraintSpec constraints,
AggregationSpec aggregationSpec)
Keyword search query.
|
BasicQueryResult |
QueryExecution.findNamedGraph(String namedGraphURI,
QueryConstraintSpec constraints,
AggregationSpec aggregationSpec)
Named graph search query.
|
BasicQueryResult |
QueryExecution.findURI(String uri,
QueryConstraintSpec constraints,
AggregationSpec aggregationSpec)
URI search query.
|
Constructor and Description |
---|
BasicQueryResult(Collection<CRQuad> resultQuads,
NamedGraphMetadataMap metadata,
String query,
EnumQueryType queryType,
QueryConstraintSpec queryConstraints,
AggregationSpec aggregationSpec)
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
static AggregationSpec |
QueryExecutionHelper.expandPropertyNames(AggregationSpec aggregationSpec,
PrefixMapping prefixMapping)
Expands prefixed names in the given aggregation settings to full URIs.
|
protected AggregationSpec |
DefaultAggregationConfigurationCache.loadCachedValue() |
Modifier and Type | Method and Description |
---|---|
static AggregationSpec |
QueryExecutionHelper.expandPropertyNames(AggregationSpec aggregationSpec,
PrefixMapping prefixMapping)
Expands prefixed names in the given aggregation settings to full URIs.
|
Copyright © 2013. All Rights Reserved.