Class InterpretationIterator
- java.lang.Object
-
- net.sf.tweety.arg.adf.semantics.interpretation.InterpretationIterator
-
- All Implemented Interfaces:
Iterator<Interpretation>
public class InterpretationIterator extends Object implements Iterator<Interpretation>
Creates all possible interpretations while respecting the order of the given arguments.- Author:
- Mathias Hofer
-
-
Constructor Summary
Constructors Constructor Description InterpretationIterator(List<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>
-
-