Uses of Class
org.tweetyproject.commons.AbstractInterpretation
Package
Description
-
Uses of AbstractInterpretation in org.tweetyproject.agents.dialogues
Modifier and TypeClassDescriptionclass
This class packs an extension into an executable object. -
Uses of AbstractInterpretation in org.tweetyproject.arg.aba.semantics
Modifier and TypeClassDescriptionclass
AbaExtension<T extends Formula>
This class models an ABA Extension, meaning a set of assumptions. -
Uses of AbstractInterpretation in org.tweetyproject.arg.aspic.order
Modifier and TypeClassDescriptionclass
LastLinkOrder<T extends Invertable>
class
RuleComparator<T extends Invertable>
class
SimpleAspicOrder<T extends Invertable>
class
WeakestLinkOrder<T extends Invertable>
-
Uses of AbstractInterpretation in org.tweetyproject.arg.dung.ldo.semantics
Modifier and TypeClassDescriptionclass
This 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.learning.syntax
Modifier and TypeClassDescriptionclass
Implementation of the input labeling (here called example) as an extension of normal labeling i.e. -
Uses of AbstractInterpretation in org.tweetyproject.arg.dung.semantics
Modifier and TypeClassDescriptionclass
This abstract class acts as a common ancestor for interpretations to abstract argumentation frameworks.class
a set of claimsclass
Extension<T extends ArgumentationFramework<Argument>>
This class models a (possible) extension of a Dung theory, i.e.class
This class models a labeling of an abstract argumentation framework, i.e.class
This class implements stratified labelings as in [Thimm, Kern-Isberner, 2013]. -
Uses of AbstractInterpretation in org.tweetyproject.arg.dung.serialisability.semantics
Modifier and TypeClassDescriptionclass
Representation of a serialisation sequence, i.e., a sequence of initial sets of the respective reducts. -
Uses of AbstractInterpretation in org.tweetyproject.arg.social.semantics
Modifier and TypeClassDescriptionclass
Implements a mapping from arguments to social value. -
Uses of AbstractInterpretation in org.tweetyproject.commons
Modifier and TypeClassDescriptionclass
InterpretationSet<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.comparator
Modifier and TypeClassDescriptionclass
GeneralComparator<T extends Formula,
R extends BeliefBase> This abstract class is the common ancestor for semantical approaches to ranking, i.e.class
LatticePartialOrder<T extends Formula,
R extends BeliefBase> This class models comparable element ranking by representing the acceptability of comparable elements in a graph-based structure.class
NumericalPartialOrder<T extends Formula,
R extends BeliefBase> This class provides an acceptability interpretation of arguments by assigning them real values. -
Uses of AbstractInterpretation in org.tweetyproject.logics.cl.semantics
Modifier and TypeClassDescriptionclass
A 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
Modifier and TypeClassDescriptionclass
This class models an interpretation for description logics. -
Uses of AbstractInterpretation in org.tweetyproject.logics.fol.semantics
Modifier and TypeClassDescriptionclass
A 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
Modifier and TypeClassDescriptionclass
This class models a Kripke model, i.e.class
Modified version of HerbrandInterpretation that allows for modal formulas. -
Uses of AbstractInterpretation in org.tweetyproject.logics.pcl.semantics
Modifier and TypeClassDescriptionclass
ProbabilityDistribution<T extends Interpretation<PlBeliefSet,
PlFormula>> This class represents a probability distribution on some logical language -
Uses of AbstractInterpretation in org.tweetyproject.logics.pl.semantics
Modifier and TypeClassDescriptionclass
A fuzzy interpretation for propositional logic.class
Wrapper 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.class
This class represents a possible world of propositional logic, i.e.class
A 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
Modifier and TypeClassDescriptionclass
This class represents a possible world of quantified boolean logic, i.e. -
Uses of AbstractInterpretation in org.tweetyproject.logics.rcl.semantics
Modifier and TypeClassDescriptionclass
A relational ranking function (or relational ordinal conditional function, ROCF) that maps Herbrand interpretations to integers. -
Uses of AbstractInterpretation in org.tweetyproject.logics.rdl.semantics
-
Uses of AbstractInterpretation in org.tweetyproject.logics.rpcl.semantics
Modifier and TypeClassDescriptionclass
Instances of this class represent condensed probability distributions, rf.class
Instances of this class represent reference worlds, i.e.class
Objects 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 TypeClassDescriptionclass
This 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, INCONSISTENTclass
This 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
Modifier and TypeClassDescriptionclass
This class models a three-valued interpretation for propositional logic from Priest's three valued logic (3VL) [Priest, G.: Logic of paradox.class
A 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
Modifier and TypeClassDescriptionclass
An 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.