public interface AggregationComparator
BestSelectedAggregation
.Modifier and Type | Method and Description |
---|---|
int |
compare(de.fuberlin.wiwiss.ng4j.Quad quad1,
de.fuberlin.wiwiss.ng4j.Quad quad2,
NamedGraphMetadataMap metadata)
Compares two quads for order.
|
boolean |
isAggregable(de.fuberlin.wiwiss.ng4j.Quad quad)
Returns true iff the comparison is applicable to the given quad.
|
boolean isAggregable(de.fuberlin.wiwiss.ng4j.Quad quad)
quad
- a quadint compare(de.fuberlin.wiwiss.ng4j.Quad quad1, de.fuberlin.wiwiss.ng4j.Quad quad2, NamedGraphMetadataMap metadata)
isAggregable(Quad)
first.quad1
- first compared quad; isAggregable(Quad)
must return true for the quadquad2
- second compared quad; isAggregable(Quad)
must return true for the quadmetadata
- metadata for named graphs containing the quads being resolvedCopyright © 2013. All Rights Reserved.