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.aggregation.comparators |
Literal comparators for use in CR aggregation methods.
|
cz.cuni.mff.odcleanstore.conflictresolution.aggregation.utils | |
cz.cuni.mff.odcleanstore.conflictresolution.impl |
The Conflict Resolution component - implementation.
|
cz.cuni.mff.odcleanstore.engine.outputws.output | |
cz.cuni.mff.odcleanstore.queryexecution |
Components shared by odcs-inputclient and Input Webservice.
|
Modifier and Type | Method and Description |
---|---|
NamedGraphMetadataMap |
ConflictResolverSpec.getNamedGraphMetadata()
Return metadata about named graphs where the input triples for the conflict
resolution process come from.
|
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.
|
void |
ConflictResolverSpec.setNamedGraphMetadata(NamedGraphMetadataMap namedGraphMetadata)
Set metadata about named graphs where the input triples for the conflict resolution
process come from for this specification.
|
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 |
---|---|
int |
TimeLiteralComparator.compare(de.fuberlin.wiwiss.ng4j.Quad quad1,
de.fuberlin.wiwiss.ng4j.Quad quad2,
NamedGraphMetadataMap metadata) |
int |
StringLiteralComparator.compare(de.fuberlin.wiwiss.ng4j.Quad quad1,
de.fuberlin.wiwiss.ng4j.Quad quad2,
NamedGraphMetadataMap metadata) |
int |
ReverseAggregationComparator.compare(de.fuberlin.wiwiss.ng4j.Quad quad1,
de.fuberlin.wiwiss.ng4j.Quad quad2,
NamedGraphMetadataMap metadata) |
int |
NumericLiteralComparator.compare(de.fuberlin.wiwiss.ng4j.Quad quad1,
de.fuberlin.wiwiss.ng4j.Quad quad2,
NamedGraphMetadataMap metadata) |
int |
LexicalLengthComparator.compare(de.fuberlin.wiwiss.ng4j.Quad quad1,
de.fuberlin.wiwiss.ng4j.Quad quad2,
NamedGraphMetadataMap metadata) |
int |
InsertedAtComparator.compare(de.fuberlin.wiwiss.ng4j.Quad quad1,
de.fuberlin.wiwiss.ng4j.Quad quad2,
NamedGraphMetadataMap metadata) |
int |
GraphQualityComparator.compare(de.fuberlin.wiwiss.ng4j.Quad quad1,
de.fuberlin.wiwiss.ng4j.Quad quad2,
NamedGraphMetadataMap metadata) |
int |
DateLiteralComparator.compare(de.fuberlin.wiwiss.ng4j.Quad quad1,
de.fuberlin.wiwiss.ng4j.Quad quad2,
NamedGraphMetadataMap metadata) |
int |
BooleanLiteralComparator.compare(de.fuberlin.wiwiss.ng4j.Quad quad1,
de.fuberlin.wiwiss.ng4j.Quad quad2,
NamedGraphMetadataMap metadata) |
int |
AggregationComparator.compare(de.fuberlin.wiwiss.ng4j.Quad quad1,
de.fuberlin.wiwiss.ng4j.Quad quad2,
NamedGraphMetadataMap metadata)
Compares two quads for order.
|
Modifier and Type | Method and Description |
---|---|
static int |
AggregationUtils.compareByInsertedAt(de.fuberlin.wiwiss.ng4j.Quad quad1,
de.fuberlin.wiwiss.ng4j.Quad quad2,
NamedGraphMetadataMap metadata)
Compare two quads by their odcs:insertedAt date.
|
Modifier and Type | Method and Description |
---|---|
static NamedGraphMetadataMap |
NamedGraphMetadataReader.readFromRDF(Iterator<de.fuberlin.wiwiss.ng4j.Quad> data)
Reads named graph metadata from RDF passed as a collection of
Quads . |
Modifier and Type | Method and Description |
---|---|
protected void |
RDFFormatter.addODCSNamedGraphMetadata(NamedGraphMetadataMap metadata,
com.hp.hpl.jena.graph.Graph graph,
boolean addScore)
Adds metadata from the metadata argument as triples to the given graph.
|
Modifier and Type | Method and Description |
---|---|
NamedGraphMetadataMap |
MetadataQueryResult.getMetadata()
Returns ODCS metadata.
|
NamedGraphMetadataMap |
BasicQueryResult.getMetadata()
Returns provenance metadata for quads returned by
BasicQueryResult.getResultQuads() . |
Constructor and Description |
---|
BasicQueryResult(Collection<CRQuad> resultQuads,
NamedGraphMetadataMap metadata,
String query,
EnumQueryType queryType,
QueryConstraintSpec queryConstraints,
AggregationSpec aggregationSpec)
Initializes a new instance.
|
MetadataQueryResult(Collection<de.fuberlin.wiwiss.ng4j.Quad> provenanceMetadata,
NamedGraphMetadataMap metadata,
String query,
EnumQueryType queryType)
Initializes a new instance.
|
Copyright © 2013. All Rights Reserved.