T - The actual type of interpretationspublic interface InterpretationIterator<T extends Interpretation>
extends java.util.Iterator<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
InterpretationIterator<T> |
reset()
Initializes a new reseted iterator.
|
InterpretationIterator<T> |
reset(java.util.Collection<? extends Formula> formulas)
Initializes a new reseted iterator for the given signature derived from
the given set of formulas.
|
InterpretationIterator<T> |
reset(Signature sig)
Initializes a new reseted iterator for the given signature.
|
boolean hasNext()
hasNext in interface java.util.Iterator<T extends Interpretation>T next()
next in interface java.util.Iterator<T extends Interpretation>void remove()
remove in interface java.util.Iterator<T extends Interpretation>InterpretationIterator<T> reset()
InterpretationIterator<T> reset(Signature sig)
some - signature.InterpretationIterator<T> reset(java.util.Collection<? extends Formula> formulas)
a - set of formulas.