Uses of Class
org.tweetyproject.commons.BeliefSet
Packages that use BeliefSet
Package
Description
-
Uses of BeliefSet in org.tweetyproject.action.description.syntax
Subclasses of BeliefSet in org.tweetyproject.action.description.syntaxModifier and TypeClassDescriptionclassActionDescription<T extends CausalLaw>This class represents an action description as a set of causal laws.classThis class represents an action description for the action language C as a set of causal rules, and provides some basic functionality such as grounding. -
Uses of BeliefSet in org.tweetyproject.action.query.syntax
Subclasses of BeliefSet in org.tweetyproject.action.query.syntaxModifier and TypeClassDescriptionclassActionQuerySet<T extends ActionQuery>An Action Query Set consists of action queries in a specific query language and provides some common functionalities for such queries.classThis class models a set of action queries in the language "S" which is based on the query language "P" discussed in the paper: [Gelfond, Michael and Lifschitz, Vladimir: Action Languages. -
Uses of BeliefSet in org.tweetyproject.agents.dialogues
Subclasses of BeliefSet in org.tweetyproject.agents.dialoguesModifier and TypeClassDescriptionclassThis class packs a Dung theory into an executable object. -
Uses of BeliefSet in org.tweetyproject.agents.dialogues.structured
Subclasses of BeliefSet in org.tweetyproject.agents.dialogues.structuredModifier and TypeClassDescriptionclassThis class packs a structured argumentation framework into a perceivable object. -
Uses of BeliefSet in org.tweetyproject.arg.bipolar.syntax
Subclasses of BeliefSet in org.tweetyproject.arg.bipolar.syntaxModifier and TypeClassDescriptionclassThis class implements a bipolar abstract argumentation framework with attack and support relations.classThis class implements a bipolar abstract argumentation theory with support in a deductive sense.classThis class implements a bipolar abstract argumentation theory with support in an evidential sense.classThis class implements a bipolar abstract argumentation framework with necessities. -
Uses of BeliefSet in org.tweetyproject.arg.deductive.semantics
Subclasses of BeliefSet in org.tweetyproject.arg.deductive.semanticsModifier and TypeClassDescriptionclassInstances of this class represent nodes in the compilation of a knowledge base, i.e. -
Uses of BeliefSet in org.tweetyproject.arg.deductive.syntax
Subclasses of BeliefSet in org.tweetyproject.arg.deductive.syntaxModifier and TypeClassDescriptionclassInstances of this class represent deductive knowledge bases, i.e.class -
Uses of BeliefSet in org.tweetyproject.arg.delp.syntax
Subclasses of BeliefSet in org.tweetyproject.arg.delp.syntaxModifier and TypeClassDescriptionclassThis class models a defeasible logic program (DeLP). -
Uses of BeliefSet in org.tweetyproject.arg.dung.syntax
Subclasses of BeliefSet in org.tweetyproject.arg.dung.syntaxModifier and TypeClassDescriptionclassimplements claim based theory see: The Complexity Landscape of Claim-Augmented Argumentation Frameworks (Wolfgang Dvoˇr´ak Alexander Greßler Anna Rapberger StefanWoltran )classThis class implements an abstract argumentation theory in the sense of Dung.classMinimalistic Implementation of a weighted argumentation theory used for learning argumentation theories from labelings -
Uses of BeliefSet in org.tweetyproject.arg.lp.syntax
Subclasses of BeliefSet in org.tweetyproject.arg.lp.syntaxModifier and TypeClassDescriptionclassInstances of this class represent the set of minimal arguments from a extended logic program -
Uses of BeliefSet in org.tweetyproject.arg.prob.syntax
Subclasses of BeliefSet in org.tweetyproject.arg.prob.syntaxModifier and TypeClassDescriptionclassThis class implements the probabilistic argumentation framework approach of [Li, Oren, Norman. -
Uses of BeliefSet in org.tweetyproject.arg.saf.syntax
Subclasses of BeliefSet in org.tweetyproject.arg.saf.syntaxModifier and TypeClassDescriptionclassThis class represents a structured argumentation framework, i.e. -
Uses of BeliefSet in org.tweetyproject.arg.setaf.syntax
Subclasses of BeliefSet in org.tweetyproject.arg.setaf.syntaxModifier and TypeClassDescriptionclassThis class implements a SetAF in the sense of Nielson/Parson:
See
Nielsen, Soren Holbech and Parsons, Simon. -
Uses of BeliefSet in org.tweetyproject.arg.social.syntax
Subclasses of BeliefSet in org.tweetyproject.arg.social.syntaxModifier and TypeClassDescriptionclassThis class implements a social abstract argumentation framework from [Joao Leite, Joao Martins. -
Uses of BeliefSet in org.tweetyproject.beliefdynamics.mas
Subclasses of BeliefSet in org.tweetyproject.beliefdynamics.masModifier and TypeClassDescriptionclassCrMasBeliefSet<T extends Formula,S extends Signature> This class represents belief sets for credibility-based agents multi-agent systems. -
Uses of BeliefSet in org.tweetyproject.commons
Classes in org.tweetyproject.commons with type parameters of type BeliefSetModifier and TypeInterfaceDescriptioninterfaceBeliefSetIterator<T extends Formula,U extends BeliefSet<T, ?>> Classes implementing this interface are able to enumerate belief sets.classBeliefSetSampler<T extends Formula,U extends BeliefSet<T, ?>> This abstract class models a random sampler for belief sets. -
Uses of BeliefSet in org.tweetyproject.commons.postulates
Classes in org.tweetyproject.commons.postulates with type parameters of type BeliefSetModifier and TypeClassDescriptionclassPostulateEvaluator<T extends Formula,U extends BeliefSet<T, ?>> Evaluates some approach (reasoner, measure, etc.) wrt. -
Uses of BeliefSet in org.tweetyproject.logics.cl.syntax
Subclasses of BeliefSet in org.tweetyproject.logics.cl.syntaxModifier and TypeClassDescriptionclassThis class models a belief set on conditional logic, i.e. -
Uses of BeliefSet in org.tweetyproject.logics.commons.analysis
Classes in org.tweetyproject.logics.commons.analysis with type parameters of type BeliefSetModifier and TypeInterfaceDescriptioninterfaceCulpabilityMeasure<S extends Formula,T extends BeliefSet<S, ?>> Classes implementing this interface represent culpability measures, i.e.classInconsistencyMeasureEvaluator<T extends Formula,U extends BeliefSet<T, ?>> This class provides functionality to quickly load or generate sample datasets and to use them to compare the results and performances of different inconsistency measure implementations.classInconsistencyMeasureReport<T extends Formula,U extends BeliefSet<T, ?>> This class summarizes the results of computing inconsistency values for some collection of knowledge bases using some set of inconsistency measures, including computation times and some statistics.classShapleyCulpabilityMeasure<S extends Formula,T extends BeliefSet<S, ?>> This class implements the Shapley culpability measure.Methods in org.tweetyproject.logics.commons.analysis with parameters of type BeliefSetModifier and TypeMethodDescriptionConsistencyWitnessProvider.getWitness(BeliefSet<S, ?> bs) If the belief set is consistent this method returns some model of it or, if it is inconsistent, null.BeliefSetInconsistencyMeasure.inconsistencyMeasure(BeliefSet<S, ?> beliefBase) booleanAbstractBeliefSetConsistencyTester.isConsistent(BeliefSet<T, ?> beliefSet) booleanAbstractMusEnumerator.isConsistent(BeliefSet<S, ?> beliefSet) booleanBeliefSetConsistencyTester.isConsistent(BeliefSet<T, ?> beliefSet) booleanMusEnumerator.isConsistent(BeliefSet<S, ?> beliefSet) -
Uses of BeliefSet in org.tweetyproject.logics.dl.syntax
Subclasses of BeliefSet in org.tweetyproject.logics.dl.syntaxModifier and TypeClassDescriptionclassThis class models a knowledge base for description logics. -
Uses of BeliefSet in org.tweetyproject.logics.fol.syntax
Subclasses of BeliefSet in org.tweetyproject.logics.fol.syntaxModifier and TypeClassDescriptionclassThis class models a first-order knowledge base, i.e. -
Uses of BeliefSet in org.tweetyproject.logics.ml.syntax
Subclasses of BeliefSet in org.tweetyproject.logics.ml.syntaxModifier and TypeClassDescriptionclassThis class models a modal knowledge base, i.e. -
Uses of BeliefSet in org.tweetyproject.logics.mln.syntax
Subclasses of BeliefSet in org.tweetyproject.logics.mln.syntaxModifier and TypeClassDescriptionclassInstances of this class represent Markov Logic Networks [Domingos et. -
Uses of BeliefSet in org.tweetyproject.logics.pcl.syntax
Subclasses of BeliefSet in org.tweetyproject.logics.pcl.syntaxModifier and TypeClassDescriptionclassThis class models a belief set on probabilistic conditional logic, i.e. -
Uses of BeliefSet in org.tweetyproject.logics.pl.analysis
Methods in org.tweetyproject.logics.pl.analysis that return types with arguments of type BeliefSetModifier and TypeMethodDescriptionstatic InconsistencyMeasure<BeliefSet<PlFormula,?>> InconsistencyMeasureFactory.getInconsistencyMeasure(InconsistencyMeasureFactory.Measure im) Creates a new inconsistency measure of the given type with default settings. -
Uses of BeliefSet in org.tweetyproject.logics.pl.sat
Methods in org.tweetyproject.logics.pl.sat with parameters of type BeliefSetModifier and TypeMethodDescriptionSatSolver.getWitness(BeliefSet<PlFormula, ?> bs) booleanSatSolver.isConsistent(BeliefSet<PlFormula, ?> beliefSet) -
Uses of BeliefSet in org.tweetyproject.logics.pl.syntax
Subclasses of BeliefSet in org.tweetyproject.logics.pl.syntaxModifier and TypeClassDescriptionclassThis class represents a knowledge base of propositional formulae. -
Uses of BeliefSet in org.tweetyproject.logics.qbf.reasoner
Methods in org.tweetyproject.logics.qbf.reasoner with parameters of type BeliefSetModifier and TypeMethodDescriptionbooleanQbfSolver.isConsistent(BeliefSet<PlFormula, ?> beliefSet) -
Uses of BeliefSet in org.tweetyproject.logics.rcl.syntax
Subclasses of BeliefSet in org.tweetyproject.logics.rcl.syntaxModifier and TypeClassDescriptionclassThis class models a belief set on relational conditional logic, i.e. -
Uses of BeliefSet in org.tweetyproject.logics.rpcl.syntax
Subclasses of BeliefSet in org.tweetyproject.logics.rpcl.syntaxModifier and TypeClassDescriptionclassThis class models a belief set on relational probabilistic conditional logic, i.e.