Class PossibleWorldIterator
java.lang.Object
org.tweetyproject.logics.pl.semantics.PossibleWorldIterator
- All Implemented Interfaces:
Iterator<PossibleWorld>
,InterpretationIterator<PlFormula,
PlBeliefSet, PossibleWorld>
public class PossibleWorldIterator
extends Object
implements InterpretationIterator<PlFormula,PlBeliefSet,PossibleWorld>
Iterates effectively over all interpretation sets worlds of a given signature.
- Author:
- Matthias Thimm
-
Constructor Summary
ConstructorDescriptionCreates new iterator.Creates new iterator for the given signature. -
Method Summary
Modifier and TypeMethodDescriptionboolean
hasNext()
next()
void
remove()
reset()
Initializes a new reseted iterator.reset
(Collection<? extends Formula> formulas) Initializes a new reseted iterator for the given signature derived from the given set of formulas.Initializes a new reseted iterator for the given signature.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
PossibleWorldIterator
public PossibleWorldIterator()Creates new iterator. -
PossibleWorldIterator
Creates new iterator for the given signature.- Parameters:
sig
- some signature
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceInterpretationIterator<PlFormula,
PlBeliefSet, PossibleWorld> - Specified by:
hasNext
in interfaceIterator<PossibleWorld>
-
next
- Specified by:
next
in interfaceInterpretationIterator<PlFormula,
PlBeliefSet, PossibleWorld> - Specified by:
next
in interfaceIterator<PossibleWorld>
-
remove
public void remove()- Specified by:
remove
in interfaceInterpretationIterator<PlFormula,
PlBeliefSet, PossibleWorld> - Specified by:
remove
in interfaceIterator<PossibleWorld>
-
reset
Description copied from interface:InterpretationIterator
Initializes a new reseted iterator.- Specified by:
reset
in interfaceInterpretationIterator<PlFormula,
PlBeliefSet, PossibleWorld> - Returns:
- a reseted iterator.
-
reset
Description copied from interface:InterpretationIterator
Initializes a new reseted iterator for the given signature.- Specified by:
reset
in interfaceInterpretationIterator<PlFormula,
PlBeliefSet, PossibleWorld> - Parameters:
sig
- some signature.- Returns:
- a reseted iterator for the given signature.
-
reset
public InterpretationIterator<PlFormula,PlBeliefSet, resetPossibleWorld> (Collection<? extends Formula> formulas) Description copied from interface:InterpretationIterator
Initializes a new reseted iterator for the given signature derived from the given set of formulas.- Specified by:
reset
in interfaceInterpretationIterator<PlFormula,
PlBeliefSet, PossibleWorld> - Parameters:
formulas
- a set of formulas.- Returns:
- a reseted iterator for the given signature derived from the given set of formulas.
-