Uses of Interface
org.tweetyproject.commons.BeliefSetIterator
Packages that use BeliefSetIterator
Package
Description
-
Uses of BeliefSetIterator in org.tweetyproject.arg.deductive.util
Classes in org.tweetyproject.arg.deductive.util that implement BeliefSetIteratorModifier and TypeClassDescriptionclassGenerates random Deductive Knowledge Bases. -
Uses of BeliefSetIterator in org.tweetyproject.arg.dung.util
Subinterfaces of BeliefSetIterator in org.tweetyproject.arg.dung.utilModifier and TypeInterfaceDescriptioninterfaceClass implementing this interface provide the capability to generate Dung theories.Classes in org.tweetyproject.arg.dung.util that implement BeliefSetIteratorModifier and TypeClassDescriptionclassImplements a customizable Dung theory generator.classThis class is responsible for dilating a specified original abstract argumentation framework by adding new arguments and new attacks, while conserving the original framwork.classThis generator generators all possible Dung argumentation theories.classThis generator receives a list of files containing Dung theories and returns those step by step.classThis generator generators all possible Dung argumentation theories (modulo graph isomorphism).classCreates AAFs with a complex structure for tasks related to skeptical reasoning wrt.classThis generator generates abstract argumentation frameworks following the schema described in "Strong Admissibility Revisited" (COMMA2014) by Martin Caminda, following and idea by Mikolay Podlaszewski.classCreates abstract argumentation graphs by first generating the corresponding set of preferred extensions and then construct the graph by using the construction method from [Dunne, Dvorak, Linsbichler, Woltran: Characteristics of multiple viewpoints in abstract argumentation. -
Uses of BeliefSetIterator in org.tweetyproject.arg.saf.util
Classes in org.tweetyproject.arg.saf.util that implement BeliefSetIteratorModifier and TypeClassDescriptionclassThis class implements a belief base sampler for structured argumentation frameworks. -
Uses of BeliefSetIterator in org.tweetyproject.commons
Classes in org.tweetyproject.commons that implement BeliefSetIteratorModifier and TypeClassDescriptionclassBeliefSetSampler<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 BeliefSetIteratorModifierConstructorDescriptionPostulateEvaluator(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, 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 BeliefSetIteratorModifier and TypeClassDescriptionclassProvides an iterator on all syntactically equivalent knowledge bases.classA simple sampler for propositional belief bases.classGenerates random propositional belief base with a given inconsistency measure (for the contension inconsistency measure) and of a given size.classThis sampler enumerates all possible propositional belief bases of the given signature.classGenerates random propositional belief base with a given inconsistency measure (for the Hs inconsistency measure) and of a given size.classGenerates random propositional belief base with a given inconsistency measure (for the MI inconsistency measure) and of a given size.classThis sampler generates random belief sets by selecting, for each formula a random set of possible worlds as its models.classA sampler for uniform random k-SAT instances.classGenerates all syntactic variations of knowledge basesclassThis sampler implements a random generation algorithm for generating formulas, based on the syntax tree of propositional formulas.classEnumerates all belief bases from a text file; the file contains one belief base per line.