Class RewritingIteratorForSolMapsBase
java.lang.Object
se.liu.ida.hefquin.base.data.utils.RewritingIteratorForSolMapsBase
- All Implemented Interfaces:
Iterator<SolutionMapping>
- Direct Known Subclasses:
RewritingIteratorForSolMapsG2L
,RewritingIteratorForSolMapsL2G
public abstract class RewritingIteratorForSolMapsBase
extends Object
implements Iterator<SolutionMapping>
Abstract base class for classes that implement iterators that translate
solution mappings from an input iterator by applying a vocabulary mapping.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Iterator<SolutionMapping>
protected final Iterator<SolutionMapping>
protected final VocabularyMapping
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
protected
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasNext()
next()
protected abstract Iterable<SolutionMapping>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
input
-
vm
-
currentOutput
-
-
Constructor Details
-
RewritingIteratorForSolMapsBase
-
RewritingIteratorForSolMapsBase
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<SolutionMapping>
-
next
- Specified by:
next
in interfaceIterator<SolutionMapping>
-
translate
-