Class TwoValuedInterpretationIterator
- java.lang.Object
-
- net.sf.tweety.arg.adf.semantics.interpretation.TwoValuedInterpretationIterator
-
- All Implemented Interfaces:
java.util.Iterator<Interpretation>
public class TwoValuedInterpretationIterator extends java.lang.Object implements java.util.Iterator<Interpretation>
- Author:
- Mathias Hofer
-
-
Constructor Summary
Constructors Constructor Description TwoValuedInterpretationIterator(java.util.Set<Argument> arguments)
-
Method Summary
Modifier and Type Method Description boolean
hasNext()
Interpretation
next()
-
-
-
Constructor Detail
-
TwoValuedInterpretationIterator
public TwoValuedInterpretationIterator(java.util.Set<Argument> arguments)
-
-
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>
-
-