Uses of Class
org.tweetyproject.commons.BeliefSet
Package
Description
-
Uses of BeliefSet in org.tweetyproject.action.description.syntax
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
This class packs a Dung theory into an executable object. -
Uses of BeliefSet in org.tweetyproject.agents.dialogues.structured
Modifier and TypeClassDescriptionclass
This class packs a structured argumentation framework into a perceivable object. -
Uses of BeliefSet in org.tweetyproject.arg.bipolar.syntax
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Instances of this class represent deductive knowledge bases, i.e.class
According to http://www0.cs.ucl.ac.uk/staff/a.hunter/papers/ac13t.pdf a simple logic knowledge base (propositional version only in this implementation) is a set of literals---in this implementation rules with empty body---and a set of simple rules, @see SimplePlRule -
Uses of BeliefSet in org.tweetyproject.arg.delp.syntax
Modifier and TypeClassDescriptionclass
This class models a defeasible logic program (DeLP). -
Uses of BeliefSet in org.tweetyproject.arg.dung.causal.syntax
Modifier 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
Modifier 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.extended.syntax
Modifier and TypeClassDescriptionclass
Implementation of extended argumentation frameworks in the sense of Modgilclass
Implementation of argumentation frameworks with recursive attacks in the sense of Baroni et al. -
Uses of BeliefSet in org.tweetyproject.arg.lp.syntax
Modifier 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
Modifier and TypeClassDescriptionclass
This class implements the probabilistic argumentation framework approach of [Li, Oren, Norman. -
Uses of BeliefSet in org.tweetyproject.arg.saf.syntax
Modifier and TypeClassDescriptionclass
This class represents a structured argumentation framework, i.e. -
Uses of BeliefSet in org.tweetyproject.arg.setaf.syntax
Modifier and TypeClassDescriptionclass
This class implements a SetAF in the sense of Nielson/Parson: -
Uses of BeliefSet in org.tweetyproject.arg.social.syntax
Modifier and TypeClassDescriptionclass
This class implements a social abstract argumentation framework from [Joao Leite, Joao Martins. -
Uses of BeliefSet in org.tweetyproject.arg.weighted.syntax
Modifier and TypeClassDescriptionclass
This class implements a weighted abstract argumentation theory (WAF) using a C-Semiring. -
Uses of BeliefSet in org.tweetyproject.beliefdynamics.mas
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
This class models a belief set on conditional logic, i.e. -
Uses of BeliefSet in org.tweetyproject.logics.commons.analysis
Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
This class models a knowledge base for description logics. -
Uses of BeliefSet in org.tweetyproject.logics.fol.syntax
Modifier and TypeClassDescriptionclass
This class models a first-order knowledge base, i.e. -
Uses of BeliefSet in org.tweetyproject.logics.ml.syntax
Modifier and TypeClassDescriptionclass
This class models a modal knowledge base, i.e. -
Uses of BeliefSet in org.tweetyproject.logics.mln.syntax
Modifier and TypeClassDescriptionclass
Instances of this class represent Markov Logic Networks [Domingos et. -
Uses of BeliefSet in org.tweetyproject.logics.pcl.syntax
Modifier and TypeClassDescriptionclass
This class models a belief set on probabilistic conditional logic, i.e. -
Uses of BeliefSet in org.tweetyproject.logics.pl.analysis
Modifier 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
Modifier and TypeMethodDescriptionSatSolver.getWitness
(BeliefSet<PlFormula, ?> bs) boolean
SatSolver.isConsistent
(BeliefSet<PlFormula, ?> beliefSet) -
Uses of BeliefSet in org.tweetyproject.logics.pl.syntax
Modifier and TypeClassDescriptionclass
This class represents a knowledge base of propositional formulae. -
Uses of BeliefSet in org.tweetyproject.logics.qbf.reasoner
Modifier and TypeMethodDescriptionboolean
QbfSolver.isConsistent
(BeliefSet<PlFormula, ?> beliefSet) -
Uses of BeliefSet in org.tweetyproject.logics.rcl.syntax
Modifier and TypeClassDescriptionclass
This class models a belief set on relational conditional logic, i.e. -
Uses of BeliefSet in org.tweetyproject.logics.rpcl.syntax
Modifier and TypeClassDescriptionclass
This class models a belief set on relational probabilistic conditional logic, i.e.