public class DictionaryTranslateIterator extends Object implements IteratorTripleString
| Constructor and Description |
|---|
DictionaryTranslateIterator(IteratorTripleID iteratorTripleID,
Dictionary dictionary)
Basic constructor
|
DictionaryTranslateIterator(IteratorTripleID iteratorTripleID,
Dictionary dictionary,
CharSequence s,
CharSequence p,
CharSequence o)
Basic constructor
|
| 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 DictionaryTranslateIterator(IteratorTripleID iteratorTripleID, Dictionary dictionary)
iteratorTripleID - Iterator of TripleID to be useddictionary - The dictionary to be usedpublic DictionaryTranslateIterator(IteratorTripleID iteratorTripleID, Dictionary dictionary, CharSequence s, CharSequence p, CharSequence o)
iteratorTripleID - Iterator of TripleID to be useddictionary - The dictionary to be usedpublic boolean hasNext()
hasNext in interface Iterator<TripleString>public TripleString next()
next in interface Iterator<TripleString>public void remove()
remove in interface Iterator<TripleString>public void goToStart()
goToStart in interface IteratorTripleStringpublic long estimatedNumResults()
estimatedNumResults in interface IteratorTripleStringpublic ResultEstimationType numResultEstimation()
numResultEstimation in interface IteratorTripleStringCopyright © 2018 DataWeb Research. All rights reserved.