Package | Description |
---|---|
cz.cuni.mff.odcleanstore.conflictresolution.aggregation.comparators |
Literal comparators for use in CR aggregation methods.
|
cz.cuni.mff.odcleanstore.conflictresolution.aggregation.utils |
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.
|
Modifier and Type | Method and Description |
---|---|
static EnumLiteralType |
AggregationUtils.getComparisonType(Collection<de.fuberlin.wiwiss.ng4j.Quad> quads)
Returns the literal comparison type for objects of the given quads.
|
static EnumLiteralType |
AggregationUtils.getLiteralType(com.hp.hpl.jena.graph.Node node)
Return the type of a literal node.
|
static EnumLiteralType |
EnumLiteralType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumLiteralType[] |
EnumLiteralType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013. All Rights Reserved.