public interface PIOPathIterator extends IntIterator
PosInOccurrence-object| Modifier and Type | Method and Description |
|---|---|
int |
getChild() |
PosInOccurrence |
getPosInOccurrence() |
Term |
getSubTerm() |
int |
next() |
hasNextint next()
next in interface IntIterator-1 if no further child existsPosInOccurrence getPosInOccurrence()
next()-call)Term getSubTerm()
next()-call);
this method satisfies
getPosInOccurrence().subTerm()==getSubTerm()int getChild()
-1 if no further child exists (this is the number
that was also returned by the last call of next())