Interface InterpretationIterator<S extends Formula,B extends BeliefBase,T extends Interpretation<B,S>>

Type Parameters:
S - The type of formulas
B - The type of belief bases
T - The actual type of interpretations
All Superinterfaces:
Iterator<T>
All Known Implementing Classes:
FourValuedWorldIterator, PossibleWorldIterator, PriestWorldIterator

public interface InterpretationIterator<S extends Formula,B extends BeliefBase,T extends Interpretation<B,S>> extends Iterator<T>
An iterator over interpretations.
Author:
Matthias Thimm