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 TypeClassDescriptionclass
ActionDescription<T extends CausalLaw>
This class represents an action description as a set of causal laws.class
This 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 TypeClassDescriptionclass
ActionQuerySet<T extends ActionQuery>
An Action Query Set consists of action queries in a specific query language and provides some common functionalities for such queries.class
This 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This class implements a bipolar abstract argumentation framework with attack and support relations.class
AbstractEAFTheory<S extends Support>
A base class for implementing PEAFTheory and EAFTheory.class
This class implements a bipolar abstract argumentation theory with support in a deductive sense.class
This class implements an abstract argumentation theory in the sense of Evidential Argumentation Frameworks (EAF).class
This class implements a bipolar abstract argumentation theory with support in an evidential sense.class
This class inherits PEAFTheory to store additional information regarding the arguments insertedclass
This class implements a bipolar abstract argumentation framework with necessities.class
This class implements an abstract argumentation theory in the sense of Probabilistic Evidential Argumentation Frameworks (PrEAF). -
Uses of BeliefSet in org.tweetyproject.arg.deductive.semantics
Subclasses of BeliefSet in org.tweetyproject.arg.deductive.semanticsModifier and TypeClassDescriptionclass
Instances 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 TypeClassDescriptionclass
Instances 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 TypeClassDescriptionclass
This class models a defeasible logic program (DeLP). -
Uses of BeliefSet in org.tweetyproject.arg.dung.causal.syntax
Subclasses of BeliefSet in org.tweetyproject.arg.dung.causal.syntaxModifier and TypeClassDescriptionclass
This class describes a causal knowledge base.class
This class describes a causal model.class
This class describes anabstract argumentation framework
that was induced by aCausalKnowledgeBase
Reference "Argumentation-based Causal and Counterfactual Reasoning" by Lars Bengel, Lydia Blümel, Tjitze Rienstra and Matthias Thimm, published at 1st International Workshop on Argumentation for eXplainable AI (ArgXAI, co-located with COMMA ’22), September 12, 2022class
This class describes a knowledge base. -
Uses of BeliefSet in org.tweetyproject.arg.dung.syntax
Subclasses of BeliefSet in org.tweetyproject.arg.dung.syntaxModifier and TypeClassDescriptionclass
implements claim based theory see: The Complexity Landscape of Claim-Augmented Argumentation Frameworks (Wolfgang Dvoˇr´ak Alexander Greßler Anna Rapberger StefanWoltran )class
This class implements an abstract argumentation theory in the sense of Dung.class
implementation of incomplete argumentation frameworksclass
Minimalistic 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 TypeClassDescriptionclass
Instances 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
CrMasBeliefSet<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 TypeInterfaceDescriptioninterface
BeliefSetIterator<T extends Formula,
U extends BeliefSet<T, ?>> Classes implementing this interface are able to enumerate belief sets.class
BeliefSetSampler<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 TypeClassDescriptionclass
PostulateEvaluator<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 TypeClassDescriptionclass
This 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 TypeInterfaceDescriptioninterface
CulpabilityMeasure<S extends Formula,
T extends BeliefSet<S, ?>> Classes implementing this interface represent culpability measures, i.e.class
InconsistencyMeasureEvaluator<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.class
InconsistencyMeasureReport<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.class
ShapleyCulpabilityMeasure<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) boolean
AbstractBeliefSetConsistencyTester.isConsistent
(BeliefSet<T, ?> beliefSet) boolean
AbstractMusEnumerator.isConsistent
(BeliefSet<S, ?> beliefSet) boolean
BeliefSetConsistencyTester.isConsistent
(BeliefSet<T, ?> beliefSet) boolean
MusEnumerator.isConsistent
(BeliefSet<S, ?> beliefSet) -
Uses of BeliefSet in org.tweetyproject.logics.dl.syntax
Subclasses of BeliefSet in org.tweetyproject.logics.dl.syntaxModifier and TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
Instances 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 TypeClassDescriptionclass
This 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) boolean
SatSolver.isConsistent
(BeliefSet<PlFormula, ?> beliefSet) -
Uses of BeliefSet in org.tweetyproject.logics.pl.syntax
Subclasses of BeliefSet in org.tweetyproject.logics.pl.syntaxModifier and TypeClassDescriptionclass
This 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 TypeMethodDescriptionboolean
QbfSolver.isConsistent
(BeliefSet<PlFormula, ?> beliefSet) -
Uses of BeliefSet in org.tweetyproject.logics.rcl.syntax
Subclasses of BeliefSet in org.tweetyproject.logics.rcl.syntaxModifier and TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This class models a belief set on relational probabilistic conditional logic, i.e.