Package org.tweetyproject.arg.adf.util
Class ExcludeTwoValuedSubinterpretationsIterator
java.lang.Object
org.tweetyproject.arg.adf.util.ExcludeTwoValuedSubinterpretationsIterator
- All Implemented Interfaces:
 Iterator<Interpretation>
public class ExcludeTwoValuedSubinterpretationsIterator
extends Object
implements Iterator<Interpretation>
Iterates through all two-valued(!) interpretations except the ones equal to
 or more specific than the provided ones.
- Author:
 - Mathias Hofer
 
- 
Constructor Summary
ConstructorsConstructorDescriptionExcludeTwoValuedSubinterpretationsIterator(List<Interpretation> interpretations)  - 
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove 
- 
Constructor Details
- 
ExcludeTwoValuedSubinterpretationsIterator
 
 - 
 - 
Method Details
- 
hasNext
public boolean hasNext()- Specified by:
 hasNextin interfaceIterator<Interpretation>
 - 
next
- Specified by:
 nextin interfaceIterator<Interpretation>
 
 -