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.
|
cz.cuni.mff.odcleanstore.queryexecution |
Components shared by odcs-inputclient and Input Webservice.
|
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 | Method and Description |
---|---|
Collection<CRQuad> |
AggregationMethod.aggregate(Collection<de.fuberlin.wiwiss.ng4j.Quad> conflictingQuads,
NamedGraphMetadataMap metadata)
Aggregates quads in conflictingQuads into one or more result quads and
calculates quality estimate and source information for each of the result
quads.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<CRQuad> |
BasicQueryResult.getResultQuads()
Returns the result of the query as
CRQuads . |
Constructor and Description |
---|
BasicQueryResult(Collection<CRQuad> resultQuads,
NamedGraphMetadataMap metadata,
String query,
EnumQueryType queryType,
QueryConstraintSpec queryConstraints,
AggregationSpec aggregationSpec)
Initializes a new instance.
|
Copyright © 2013. All Rights Reserved.