Class FourValuedWorldIterator
java.lang.Object
org.tweetyproject.logics.translators.adfconditional.FourValuedWorldIterator
- All Implemented Interfaces:
Iterator<FourValuedWorld>,InterpretationIterator<PlFormula,PlBeliefSet, FourValuedWorld>
public class FourValuedWorldIterator
extends Object
implements InterpretationIterator<PlFormula,PlBeliefSet,FourValuedWorld>
This class iterates over all 4-valued interpretations of a given signature.
Inspired by class "PossibleWorldIterator" for the use of 4-valued Logic
- Author:
- Jonas Schumacher
-
Constructor Summary
ConstructorsConstructorDescriptionFourValuedWorldIteratorCreates new iterator for the given signature. -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()next()voidremove()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, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
FourValuedWorldIterator
public FourValuedWorldIterator()FourValuedWorldIterator -
FourValuedWorldIterator
Creates new iterator for the given signature.- Parameters:
sig- some signature
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceInterpretationIterator<PlFormula,PlBeliefSet, FourValuedWorld> - Specified by:
hasNextin interfaceIterator<FourValuedWorld>
-
next
- Specified by:
nextin interfaceInterpretationIterator<PlFormula,PlBeliefSet, FourValuedWorld> - Specified by:
nextin interfaceIterator<FourValuedWorld>
-
remove
public void remove()- Specified by:
removein interfaceInterpretationIterator<PlFormula,PlBeliefSet, FourValuedWorld> - Specified by:
removein interfaceIterator<FourValuedWorld>
-
reset
Description copied from interface:InterpretationIteratorInitializes a new reseted iterator.- Specified by:
resetin interfaceInterpretationIterator<PlFormula,PlBeliefSet, FourValuedWorld> - Returns:
- a reseted iterator.
-
reset
Description copied from interface:InterpretationIteratorInitializes a new reseted iterator for the given signature.- Specified by:
resetin interfaceInterpretationIterator<PlFormula,PlBeliefSet, FourValuedWorld> - Parameters:
sig- some signature.- Returns:
- a reseted iterator for the given signature.
-
reset
public InterpretationIterator<PlFormula,PlBeliefSet, resetFourValuedWorld> (Collection<? extends Formula> formulas) Description copied from interface:InterpretationIteratorInitializes a new reseted iterator for the given signature derived from the given set of formulas.- Specified by:
resetin interfaceInterpretationIterator<PlFormula,PlBeliefSet, FourValuedWorld> - Parameters:
formulas- a set of formulas.- Returns:
- a reseted iterator for the given signature derived from the given set of formulas.
-