Uses of Class
org.tweetyproject.commons.AbstractInterpretation
Packages that use AbstractInterpretation
Package
Description
-
Uses of AbstractInterpretation in org.tweetyproject.agents.dialogues
Subclasses of AbstractInterpretation in org.tweetyproject.agents.dialoguesModifier and TypeClassDescriptionclassThis class packs an extension into an executable object. -
Uses of AbstractInterpretation in org.tweetyproject.arg.aba.semantics
Subclasses of AbstractInterpretation in org.tweetyproject.arg.aba.semanticsModifier and TypeClassDescriptionclassAbaExtension<T extends Formula>This class models an ABA Extension, meaning a set of assumptions. -
Uses of AbstractInterpretation in org.tweetyproject.arg.dung.ldo.semantics
Subclasses of AbstractInterpretation in org.tweetyproject.arg.dung.ldo.semanticsModifier and TypeClassDescriptionclassThis class models an LDO interpretation, i.e., a pair of an argumentation framework and (possibly) an extension. -
Uses of AbstractInterpretation in org.tweetyproject.arg.dung.semantics
Subclasses of AbstractInterpretation in org.tweetyproject.arg.dung.semanticsModifier and TypeClassDescriptionclassThis abstract class acts as a common ancestor for interpretations to abstract argumentation frameworks.classclassExtension<T extends ArgumentationFramework<Argument>>This class models a (possible) extension of a Dung theory, i.e.classThis class models a labeling of an abstract argumentation framework, i.e.classThis class implements stratified labelings as in [Thimm, Kern-Isberner, 2013]. -
Uses of AbstractInterpretation in org.tweetyproject.arg.rankings.semantics
Subclasses of AbstractInterpretation in org.tweetyproject.arg.rankings.semanticsModifier and TypeClassDescriptionclassThis abstract class is the common ancestor for semantical approaches to argument ranking, i.e.classThis class models argument ranking by representing the acceptability of arguments in a graph-based structure.classThis class provides an acceptability interpretation of arguments by assigning them real values. -
Uses of AbstractInterpretation in org.tweetyproject.arg.social.semantics
Subclasses of AbstractInterpretation in org.tweetyproject.arg.social.semanticsModifier and TypeClassDescriptionclassImplements a mapping from arguments to social value. -
Uses of AbstractInterpretation in org.tweetyproject.commons
Subclasses of AbstractInterpretation in org.tweetyproject.commonsModifier and TypeClassDescriptionclassInterpretationSet<T extends Formula,B extends BeliefBase, S extends Formula> This class models an interpretation that is a set of some formula and as such implements the java.util.Collection interface. -
Uses of AbstractInterpretation in org.tweetyproject.logics.cl.semantics
Subclasses of AbstractInterpretation in org.tweetyproject.logics.cl.semanticsModifier and TypeClassDescriptionclassA ranking function (or ordinal conditional function, OCF) that maps possible worlds of a propositional language to integers. -
Uses of AbstractInterpretation in org.tweetyproject.logics.dl.semantics
Subclasses of AbstractInterpretation in org.tweetyproject.logics.dl.semanticsModifier and TypeClassDescriptionclassThis class models an interpretation for description logics. -
Uses of AbstractInterpretation in org.tweetyproject.logics.fol.semantics
Subclasses of AbstractInterpretation in org.tweetyproject.logics.fol.semanticsModifier and TypeClassDescriptionclassA Herbrand interpretation is an interpretation for a first-order signature, stating all ground atoms that are true in the interpretation. -
Uses of AbstractInterpretation in org.tweetyproject.logics.ml.semantics
Subclasses of AbstractInterpretation in org.tweetyproject.logics.ml.semanticsModifier and TypeClassDescriptionclassThis class models a Kripke model, i.e.classModified version of HerbrandInterpretation that allows for modal formulas. -
Uses of AbstractInterpretation in org.tweetyproject.logics.pcl.semantics
Subclasses of AbstractInterpretation in org.tweetyproject.logics.pcl.semanticsModifier and TypeClassDescriptionclassProbabilityDistribution<T extends Interpretation<PlBeliefSet,PlFormula>> This class represents a probability distribution on some logical language -
Uses of AbstractInterpretation in org.tweetyproject.logics.pl.semantics
Subclasses of AbstractInterpretation in org.tweetyproject.logics.pl.semanticsModifier and TypeClassDescriptionclassA fuzzy interpretation for propositional logic.classWrapper for the PossibleWorld providing better representation mechanisms, it knows all the possible propositions (the signature) and therefore provides a complete representation that maps a boolean to the Proposition.classThis class represents a possible world of propositional logic, i.e.classA three-valued interpretation for propositional logic from Priest's three valued logic (3VL) [Priest, G.: Logic of paradox. -
Uses of AbstractInterpretation in org.tweetyproject.logics.qbf.semantics
Subclasses of AbstractInterpretation in org.tweetyproject.logics.qbf.semanticsModifier and TypeClassDescriptionclassThis class represents a possible world of quantified boolean logic, i.e. -
Uses of AbstractInterpretation in org.tweetyproject.logics.rcl.semantics
Subclasses of AbstractInterpretation in org.tweetyproject.logics.rcl.semanticsModifier and TypeClassDescriptionclassA relational ranking function (or relational ordinal conditional function, ROCF) that maps Herbrand interpretations to integers. -
Uses of AbstractInterpretation in org.tweetyproject.logics.rdl.semantics
Subclasses of AbstractInterpretation in org.tweetyproject.logics.rdl.semantics -
Uses of AbstractInterpretation in org.tweetyproject.logics.rpcl.semantics
Subclasses of AbstractInterpretation in org.tweetyproject.logics.rpcl.semanticsModifier and TypeClassDescriptionclassInstances of this class represent condensed probability distributions, rf.classInstances of this class represent reference worlds, i.e.classObjects of this class represent probability distributions on the interpretations of an underlying first-order signature for a relational probabilistic conditional knowledge base. -
Uses of AbstractInterpretation in org.tweetyproject.logics.translators.adfconditional
Modifier and TypeClassDescriptionclassThis class models a four-valued interpretation for propositional logic Formulas are interpreted using completions Every atom is assigned one of the four truth values: TRUE, FALSE, UNDECIDED, INCONSISTENTclassThis class models a three-valued interpretation for propositional logic Formulas are interpreted using completions Every atom is assigned one of the three truth values: TRUE, FALSE, UNDECIDED. -
Uses of AbstractInterpretation in org.tweetyproject.logics.translators.adfrevision
Subclasses of AbstractInterpretation in org.tweetyproject.logics.translators.adfrevisionModifier and TypeClassDescriptionclassThis class models a three-valued interpretation for propositional logic from Priest's three valued logic (3VL) [Priest, G.: Logic of paradox.classA ranking function (or ordinal conditional function, OCF) that maps possible worlds of a propositional language to integers. -
Uses of AbstractInterpretation in org.tweetyproject.lp.asp.semantics
Subclasses of AbstractInterpretation in org.tweetyproject.lp.asp.semanticsModifier and TypeClassDescriptionclassAn answer set is a belief set which only contains literals and represents the deductive belief set of an extended logic program under the answer set semantic.