Class TriplesToSolMapsConverter.ConvertingIterBase
java.lang.Object
se.liu.ida.hefquin.base.data.utils.TriplesToSolMapsConverter.ConvertingIterBase
- All Implemented Interfaces:
Iterator<SolutionMapping>
- Direct Known Subclasses:
TriplesToSolMapsConverter.ConvertingIterBase1
,TriplesToSolMapsConverter.ConvertingIterBase2
,TriplesToSolMapsConverter.ConvertingIterEmpty
,TriplesToSolMapsConverter.ConvertingIterSPO
- Enclosing class:
TriplesToSolMapsConverter
protected abstract static class TriplesToSolMapsConverter.ConvertingIterBase
extends Object
implements Iterator<SolutionMapping>
-
Field Details
-
it
-
-
Constructor Details
-
ConvertingIterBase
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<SolutionMapping>
-
next
- Specified by:
next
in interfaceIterator<SolutionMapping>
-
convert
-