Uses of Class
net.sf.tweety.commons.util.SubsetIterator
-
Packages that use SubsetIterator Package Description net.sf.tweety.commons.util net.sf.tweety.logics.pl.semantics -
-
Uses of SubsetIterator in net.sf.tweety.commons.util
Subclasses of SubsetIterator in net.sf.tweety.commons.util Modifier and Type Class Description classDefaultSubsetIterator<T>Iterates over all subsets of a given sets.classIncreasingSubsetIterator<T>Iterates over all subsets of a given set.classRandomSubsetIterator<T>Iterates over all subsets of a given sets in a random order. -
Uses of SubsetIterator in net.sf.tweety.logics.pl.semantics
Fields in net.sf.tweety.logics.pl.semantics declared as SubsetIterator Modifier and Type Field Description private SubsetIterator<Proposition>PossibleWorldIterator. itUsed for iterating over subsets of propositions.
-