Uses of Class
net.sf.tweety.arg.dung.semantics.AbstractArgumentationInterpretation
-
Packages that use AbstractArgumentationInterpretation Package Description net.sf.tweety.agents.dialogues net.sf.tweety.arg.dung.semantics net.sf.tweety.arg.prob.semantics net.sf.tweety.arg.rankings.semantics -
-
Uses of AbstractArgumentationInterpretation in net.sf.tweety.agents.dialogues
Subclasses of AbstractArgumentationInterpretation in net.sf.tweety.agents.dialogues Modifier and Type Class Description classExecutableExtensionThis class packs an extension into an executable object. -
Uses of AbstractArgumentationInterpretation in net.sf.tweety.arg.dung.semantics
Subclasses of AbstractArgumentationInterpretation in net.sf.tweety.arg.dung.semantics Modifier and Type Class Description classExtensionThis class models a (possible) extension of a Dung theory, i.e.classLabelingThis class models a labeling of an abstract argumentation framework, i.e. -
Uses of AbstractArgumentationInterpretation in net.sf.tweety.arg.prob.semantics
Methods in net.sf.tweety.arg.prob.semantics with parameters of type AbstractArgumentationInterpretation Modifier and Type Method Description static ProbabilisticExtensionProbabilisticExtension. getCharacteristicProbabilisticExtension(DungTheory theory, AbstractArgumentationInterpretation i)Returns the characteristic probabilistic extension of the given interpretation, i.e. -
Uses of AbstractArgumentationInterpretation in net.sf.tweety.arg.rankings.semantics
Subclasses of AbstractArgumentationInterpretation in net.sf.tweety.arg.rankings.semantics Modifier and Type Class Description classArgumentRankingThis abstract class is the common ancestor for semantical approaches to argument ranking, i.e.classLatticeArgumentRankingThis class models argument ranking by representing the acceptability of arguments in a graph-based structure.classNumericalArgumentRankingThis class provides a acceptability interpretation of arguments by assigning them real values where larger values indicate more acceptability.
-