Package net.sf.tweety.arg.adf.util
Class ExcludeSubinterpretationsIterator
- java.lang.Object
-
- net.sf.tweety.arg.adf.util.ExcludeSubinterpretationsIterator
-
- All Implemented Interfaces:
java.util.Iterator<Interpretation>
public class ExcludeSubinterpretationsIterator extends java.lang.Object implements java.util.Iterator<Interpretation>
Iterates through all interpretations except the ones equal to or more specific than the provided ones.- Author:
- Mathias Hofer
-
-
Constructor Summary
Constructors Constructor Description ExcludeSubinterpretationsIterator(java.util.List<Interpretation> interpretations)
-
Method Summary
Modifier and Type Method Description boolean
hasNext()
Interpretation
next()
-
-
-
Constructor Detail
-
ExcludeSubinterpretationsIterator
public ExcludeSubinterpretationsIterator(java.util.List<Interpretation> interpretations)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<Interpretation>
-
next
public Interpretation next()
- Specified by:
next
in interfacejava.util.Iterator<Interpretation>
-
-