Package | Description |
---|---|
cz.cuni.mff.odcleanstore.conflictresolution.aggregation.comparators |
Literal comparators for use in CR aggregation methods.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanLiteralComparator
Comparator of quads having a boolean literal as the object.
|
class |
DateLiteralComparator
Comparator of quads having a date literal as the object.
|
class |
GraphQualityComparator
Comparator of quads by the odcs:score or their named graph.
|
class |
InsertedAtComparator
Comparator of quads by their w3p:insertedAt time.
|
class |
LexicalLengthComparator
Comparator of quads by the lexical length of their object.
|
class |
NumericLiteralComparator
Comparator of quads having a numeric literal as the object.
|
class |
ReverseAggregationComparator
A comparator that wraps another comparator and reverses its ordering.
|
class |
StringLiteralComparator
Comparator of quads by the lexical form of their object.
|
class |
TimeLiteralComparator
Comparator of quads having a time literal as the object.
|
Modifier and Type | Method and Description |
---|---|
static AggregationComparator |
LiteralComparatorFactory.getComparator(EnumLiteralType literalType)
Returns a new instance of comparator best suitable for the given literal type.
|
static AggregationComparator |
LiteralComparatorFactory.getReverseComparator(EnumLiteralType literalType)
Returns a new instance of comparator best suitable for the given literal type which sorts in the reverse order.
|
Constructor and Description |
---|
ReverseAggregationComparator(AggregationComparator baseComparator)
Create a new instance.
|
Copyright © 2013. All Rights Reserved.