Uses of Interface
org.tweetyproject.commons.BeliefSetIterator
- 
Packages that use BeliefSetIterator Package Description org.tweetyproject.arg.dung.util org.tweetyproject.arg.saf.util org.tweetyproject.commons org.tweetyproject.commons.postulates org.tweetyproject.logics.pl.util  - 
- 
Uses of BeliefSetIterator in org.tweetyproject.arg.dung.util
Subinterfaces of BeliefSetIterator in org.tweetyproject.arg.dung.util Modifier and Type Interface Description interfaceDungTheoryGeneratorClass implementing this interface provide the capability to generate Dung theories.Classes in org.tweetyproject.arg.dung.util that implement BeliefSetIterator Modifier and Type Class Description classDefaultDungTheoryGeneratorImplements a customizable Dung theory generator.classEnumeratingDungTheoryGeneratorThis generator generators all possible Dung argumentation theories.classFileDungTheoryGeneratorThis generator receives a list of files containing Dung theories and returns those step by step.classIsoSafeEnumeratingDungTheoryGeneratorThis generator generators all possible Dung argumentation theories (modulo graph isomorphism).classPodlaszewskiCaminadaDungTheoryGeneratorThis generator generates abstract argumentation frameworks following the schema described in "Strong Admissibility Revisited" (COMMA2014) by Martin Caminda, following and idea by Mikolay Podlaszewski. - 
Uses of BeliefSetIterator in org.tweetyproject.arg.saf.util
Classes in org.tweetyproject.arg.saf.util that implement BeliefSetIterator Modifier and Type Class Description classSimpleSafSamplerThis class implements a belief base sampler for structured argumentation frameworks. - 
Uses of BeliefSetIterator in org.tweetyproject.commons
Classes in org.tweetyproject.commons that implement BeliefSetIterator Modifier and Type Class Description classBeliefSetSampler<T extends Formula,U extends BeliefSet<T,?>>This abstract class models a random sampler for belief sets. - 
Uses of BeliefSetIterator in org.tweetyproject.commons.postulates
Constructors in org.tweetyproject.commons.postulates with parameters of type BeliefSetIterator Constructor Description PostulateEvaluator(BeliefSetIterator<T,U> iterator, PostulateEvaluatable<T> ev)Creates a new evaluator for the given evaluatable and belief base generator.PostulateEvaluator(BeliefSetIterator<T,U> iterator, PostulateEvaluatable<T> ev, java.util.Collection<Postulate<T>> postulates)Creates a new evaluator for the given evaluatable and belief base generator. - 
Uses of BeliefSetIterator in org.tweetyproject.logics.pl.util
Classes in org.tweetyproject.logics.pl.util that implement BeliefSetIterator Modifier and Type Class Description classCanonicalIteratorProvides an iterator on all syntactically equivalent knowledge bases.classCnfSamplerA simple sampler for propositional belief bases.classContensionSamplerGenerates random propositional belief base with a given inconsistency measure (for the contension inconsistency measure) and of a given size.classEnumeratingIteratorclassHsSamplerGenerates random propositional belief base with a given inconsistency measure (for the Hs inconsistency measure) and of a given size.classMiSamplerGenerates random propositional belief base with a given inconsistency measure (for the MI inconsistency measure) and of a given size.classRandomSamplerclassRandomSatSamplerA sampler for uniform random k-SAT instances.classSyntacticEnumeratingIteratorGenerates all syntactic variations of knowledge basesclassSyntacticRandomSamplerThis sampler implements a random generation algorithm for generating formulas, based on the syntax tree of propositional formulas.classTextfileIteratorEnumerates all belief bases from a text file; the file contains one belief base per line. 
 -