public class JenaModelIterator extends Object implements IteratorTripleString
| Constructor and Description |
|---|
JenaModelIterator(org.apache.jena.rdf.model.Model model) |
| Modifier and Type | Method and Description |
|---|---|
long |
estimatedNumResults() |
void |
goToStart() |
boolean |
hasNext() |
TripleString |
next() |
ResultEstimationType |
numResultEstimation() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic JenaModelIterator(org.apache.jena.rdf.model.Model model)
public boolean hasNext()
hasNext in interface Iterator<TripleString>public TripleString next()
next in interface Iterator<TripleString>public void goToStart()
goToStart in interface IteratorTripleStringpublic long estimatedNumResults()
estimatedNumResults in interface IteratorTripleStringpublic ResultEstimationType numResultEstimation()
numResultEstimation in interface IteratorTripleStringpublic void remove()
remove in interface Iterator<TripleString>Copyright © 2018 DataWeb Research. All rights reserved.