Package org.tweetyproject.arg.adf.util
Class ExcludeSubinterpretationsIterator
java.lang.Object
org.tweetyproject.arg.adf.util.ExcludeSubinterpretationsIterator
- All Implemented Interfaces:
Iterator<Interpretation>
Iterates through all interpretations except the ones equal to or more specific than the provided ones.
- Author:
- Mathias Hofer
-
Constructor Details
-
ExcludeSubinterpretationsIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<Interpretation>
-
next
- Specified by:
next
in interfaceIterator<Interpretation>
-