Package | Description |
---|---|
cz.cuni.mff.odcleanstore.conflictresolution |
The Conflict Resolution component (public interface).
|
cz.cuni.mff.odcleanstore.conflictresolution.impl |
The Conflict Resolution component - implementation.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ConflictResolverImpl
Default implementation of the conflict resolution process.
|
Copyright © 2013. All Rights Reserved.