public interface ConflictResolver
Modifier and Type | Method and Description |
---|---|
Collection<CRQuad> |
resolveConflicts(Collection<de.fuberlin.wiwiss.ng4j.Quad> quads)
Apply conflict resolution process to the input graph and return result
as a collection of CRQuads.
|
Collection<CRQuad> resolveConflicts(Collection<de.fuberlin.wiwiss.ng4j.Quad> quads) throws ConflictResolutionException
quads
- collection of quads where conflicts are to be resolvedConflictResolutionException
- thrown when an error during the conflict
resolution process occursCRQuad
Copyright © 2013. All Rights Reserved.