S - The type of formulasB - The type of belief basesT - The actual type of interpretationspublic interface InterpretationIterator<S extends Formula,B extends BeliefBase,T extends Interpretation<B,S>> extends Iterator<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
InterpretationIterator<S,B,T> |
reset()
Initializes a new reseted iterator.
|
InterpretationIterator<S,B,T> |
reset(Collection<? extends Formula> formulas)
Initializes a new reseted iterator for the given signature derived from
the given set of formulas.
|
InterpretationIterator<S,B,T> |
reset(Signature sig)
Initializes a new reseted iterator for the given signature.
|
forEachRemainingboolean hasNext()
InterpretationIterator<S,B,T> reset()
InterpretationIterator<S,B,T> reset(Signature sig)
some - signature.InterpretationIterator<S,B,T> reset(Collection<? extends Formula> formulas)
a - set of formulas.Copyright © 2019. All rights reserved.