Class InterpretationIterator
java.lang.Object
org.tweetyproject.arg.adf.semantics.interpretation.InterpretationIterator
- All Implemented Interfaces:
 Iterator<Interpretation>
Creates all possible interpretations while respecting the order of the given arguments.
- Author:
 - Mathias Hofer
 
- 
Constructor Details
- 
InterpretationIterator
- Parameters:
 arguments- the arguments for which the possible interpretations are computed
 
 - 
 - 
Method Details
- 
hasNext
public boolean hasNext()- Specified by:
 hasNextin interfaceIterator<Interpretation>
 - 
next
- Specified by:
 nextin interfaceIterator<Interpretation>
 
 -