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.conflictresolution.impl |
The Conflict Resolution component - implementation.
|
Modifier and Type | Method and Description |
---|---|
Collection<CRQuad> |
ConflictResolver.resolveConflicts(Collection<de.fuberlin.wiwiss.ng4j.Quad> quads)
Apply conflict resolution process to the input graph and return result
as a collection of CRQuads.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregationNotImplementedException
Exception to throw when an attempt to create an AggregationMethod of
an unknown type is made.
|
Modifier and Type | Method and Description |
---|---|
Collection<CRQuad> |
ConflictResolverImpl.resolveConflicts(Collection<de.fuberlin.wiwiss.ng4j.Quad> quads)
Apply conflict resolution process to the input graph and return result
as a collection of CRQuads.
|
Copyright © 2013. All Rights Reserved.