Class RandomSubsetIterator<T>

java.lang.Object
org.tweetyproject.commons.util.SubsetIterator<T>
org.tweetyproject.commons.util.RandomSubsetIterator<T>
Type Parameters:
T - The element class which is iterated.
All Implemented Interfaces:
Iterator<Set<T>>

public class RandomSubsetIterator<T> extends SubsetIterator<T>
Iterates over all subsets of a given sets in a random order.
Author:
Matthias Thimm