Class TwoValuedInterpretationIterator
java.lang.Object
org.tweetyproject.arg.adf.semantics.interpretation.TwoValuedInterpretationIterator
- All Implemented Interfaces:
Iterator<Interpretation>
public final class TwoValuedInterpretationIterator
extends Object
implements Iterator<Interpretation>
TwoValuedInterpretationIterator class
- Author:
- Mathias Hofer
-
Constructor Details
-
TwoValuedInterpretationIterator
- Parameters:
arguments
- arguments
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<Interpretation>
-
next
- Specified by:
next
in interfaceIterator<Interpretation>
-