public class BagIterator extends Object implements Iterator<Bag>
Triple
associates a set of matching TripleConstraint
s, allows to iterate over all possible ways to match every triple with a unique constraint.
For each such matching, the iterator returns the corresponding bag that with every triple constraint associates the number of matching triples.Constructor and Description |
---|
BagIterator(PreMatching preMatching) |
Modifier and Type | Method and Description |
---|---|
Map<org.apache.commons.rdf.api.Triple,Label> |
getCurrentBag() |
boolean |
hasNext() |
Bag |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public BagIterator(PreMatching preMatching)
Copyright © 2019. All rights reserved.