Class TwoValuedInterpretationIterator
- java.lang.Object
-
- net.sf.tweety.arg.adf.semantics.interpretation.TwoValuedInterpretationIterator
-
- All Implemented Interfaces:
Iterator<Interpretation>
public class TwoValuedInterpretationIterator extends Object implements Iterator<Interpretation>
- Author:
- Mathias Hofer
-
-
Constructor Summary
Constructors Constructor Description TwoValuedInterpretationIterator(Set<Argument> arguments)
-
Method Summary
Modifier and Type Method Description booleanhasNext()Interpretationnext()-
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
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<Interpretation>
-
next
public Interpretation next()
- Specified by:
nextin interfaceIterator<Interpretation>
-
-