public class PossibleWorldIterator extends Object implements net.sf.tweety.commons.InterpretationIterator<PossibleWorld>
| Constructor and Description |
|---|
PossibleWorldIterator()
Creates new iterator for the given signature.
|
PossibleWorldIterator(PropositionalSignature sig)
Creates new iterator for the given signature.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
PossibleWorld |
next() |
void |
remove() |
net.sf.tweety.commons.InterpretationIterator<PossibleWorld> |
reset() |
net.sf.tweety.commons.InterpretationIterator<PossibleWorld> |
reset(Collection<? extends net.sf.tweety.commons.Formula> formulas) |
net.sf.tweety.commons.InterpretationIterator<PossibleWorld> |
reset(net.sf.tweety.commons.Signature sig) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic PossibleWorldIterator()
sig - some signaturepublic PossibleWorldIterator(PropositionalSignature sig)
sig - some signaturepublic boolean hasNext()
hasNext in interface Iterator<PossibleWorld>hasNext in interface net.sf.tweety.commons.InterpretationIterator<PossibleWorld>public PossibleWorld next()
next in interface Iterator<PossibleWorld>next in interface net.sf.tweety.commons.InterpretationIterator<PossibleWorld>public void remove()
remove in interface Iterator<PossibleWorld>remove in interface net.sf.tweety.commons.InterpretationIterator<PossibleWorld>public net.sf.tweety.commons.InterpretationIterator<PossibleWorld> reset()
reset in interface net.sf.tweety.commons.InterpretationIterator<PossibleWorld>public net.sf.tweety.commons.InterpretationIterator<PossibleWorld> reset(net.sf.tweety.commons.Signature sig)
reset in interface net.sf.tweety.commons.InterpretationIterator<PossibleWorld>public net.sf.tweety.commons.InterpretationIterator<PossibleWorld> reset(Collection<? extends net.sf.tweety.commons.Formula> formulas)
reset in interface net.sf.tweety.commons.InterpretationIterator<PossibleWorld>Copyright © 2018. All rights reserved.