Package org.tweetyproject.commons
Interface BeliefSetIterator<T extends Formula,U extends BeliefSet<T,?>>
- Type Parameters:
T- The type of formulasU- The type of belief sets
- All Superinterfaces:
Iterator<U>
- All Known Subinterfaces:
DungTheoryGenerator
- All Known Implementing Classes:
BeliefSetSampler,CanonicalIterator,CnfSampler,ContensionSampler,DefaultDungTheoryGenerator,EnumeratingDungTheoryGenerator,EnumeratingIterator,FileDungTheoryGenerator,HsSampler,IsoSafeEnumeratingDungTheoryGenerator,MiSampler,PodlaszewskiCaminadaDungTheoryGenerator,RandomSampler,RandomSatSampler,SimpleSafSampler,SyntacticEnumeratingIterator,SyntacticRandomSampler,TextfileIterator
Classes implementing this interface are able to enumerate
belief sets.
- Author:
- Matthias Thimm
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, remove