Package | Description |
---|---|
eu.fbk.rdfpro |
RDFpro library.
|
Modifier and Type | Field and Description |
---|---|
static SetOperator |
SetOperator.DIFFERENCE
Set difference.
|
static SetOperator |
SetOperator.DIFFERENCE_MULTISET
Multiset difference.
|
static SetOperator |
SetOperator.INTERSECTION
Set intersection.
|
static SetOperator |
SetOperator.INTERSECTION_MULTISET
Multiset intersection.
|
static SetOperator |
SetOperator.SUM_MULTISET
Multiset sum (a.k.a.
|
static SetOperator |
SetOperator.SYMMETRIC_DIFFERENCE
Set symmetric difference.
|
static SetOperator |
SetOperator.SYMMETRIC_DIFFERENCE_MULTISET
Multiset symmetric difference.
|
static SetOperator |
SetOperator.UNION
Set union.
|
static SetOperator |
SetOperator.UNION_MULTISET
Multiset union.
|
Modifier and Type | Method and Description |
---|---|
static SetOperator |
SetOperator.atLeast(int n)
At least N occurrences.
|
static SetOperator |
SetOperator.atMost(int n)
At most N occurrences.
|
static SetOperator |
SetOperator.valueOf(String string)
Returns the
SetOperator for the textual representation supplied. |
Modifier and Type | Method and Description |
---|---|
static org.openrdf.rio.RDFHandler[] |
RDFHandlers.collect(org.openrdf.rio.RDFHandler handler,
int count,
SetOperator operation)
Returns an
RDFHandler that collects multiple streams of RDF data, merging them by
means in a unique stream using a SetOperator . |
int |
SetOperator.compareTo(SetOperator other)
Comparison is based on the textual representation of set operators.
|
static RDFProcessor |
RDFProcessors.parallel(SetOperator operator,
RDFProcessor... processors)
Returns an
RDFProcessor performing the parallel composition of the processors
specified, using the given SetOperator to merge their results. |
Copyright © 2015–2016 FBK-irst. All rights reserved.