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 |
---|---|
URIMapping |
ConflictResolverSpec.getURIMapping()
Returns mapping of URIs to their canonical URI equivalent.
|
Modifier and Type | Method and Description |
---|---|
ConflictResolver |
ConflictResolverFactory.createResolver(AggregationSpec aggregationSpec,
NamedGraphMetadataMap metadata,
URIMapping uriMapping)
Return a new instance of ConflictResolver.
|
void |
ConflictResolverSpec.setURIMapping(URIMapping uriMapping)
Sets mapping of URIs to their canonical URI equivalent.
|
Modifier and Type | Class and Description |
---|---|
class |
URIMappingImpl
Data structure that handles mapping of URI resources linked with a owl:sameAs link
(even transitively).
|
Copyright © 2013. All Rights Reserved.