Uses of Interface
org.tweetyproject.arg.dung.syntax.ArgumentationFramework
Packages that use ArgumentationFramework
Package
Description
-
Uses of ArgumentationFramework in org.tweetyproject.agents.dialogues
Classes in org.tweetyproject.agents.dialogues that implement ArgumentationFrameworkModifier and TypeClassDescriptionclass
This class packs a Dung theory into an executable object. -
Uses of ArgumentationFramework in org.tweetyproject.agents.dialogues.structured
Classes in org.tweetyproject.agents.dialogues.structured that implement ArgumentationFrameworkModifier and TypeClassDescriptionclass
This class packs a structured argumentation framework into a perceivable object. -
Uses of ArgumentationFramework in org.tweetyproject.arg.dung.semantics
Classes in org.tweetyproject.arg.dung.semantics with type parameters of type ArgumentationFrameworkModifier and TypeClassDescriptionclass
This abstract class acts as a common ancestor for interpretations to abstract argumentation frameworks.class
Extension<T extends ArgumentationFramework<Argument>>
This class models a (possible) extension of a Dung theory, i.e.Methods in org.tweetyproject.arg.dung.semantics that return types with arguments of type ArgumentationFrameworkModifier and TypeMethodDescriptionExtension<? extends ArgumentationFramework<Argument>>
Labeling.getArgumentsOfStatus
(ArgumentStatus status) Constructors in org.tweetyproject.arg.dung.semantics with parameters of type ArgumentationFrameworkModifierConstructorDescriptionLabeling
(ArgumentationFramework<Argument> theory, Extension<? extends ArgumentationFramework<Argument>> ext) Creates a new labeling from the given extension wrt.Constructor parameters in org.tweetyproject.arg.dung.semantics with type arguments of type ArgumentationFrameworkModifierConstructorDescriptionLabeling
(ArgumentationFramework<Argument> theory, Extension<? extends ArgumentationFramework<Argument>> ext) Creates a new labeling from the given extension wrt. -
Uses of ArgumentationFramework in org.tweetyproject.arg.dung.syntax
Classes in org.tweetyproject.arg.dung.syntax that implement ArgumentationFrameworkModifier 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
class
Minimalistic Implementation of a weighted argumentation theory used for learning argumentation theories from labelingsMethod parameters in org.tweetyproject.arg.dung.syntax with type arguments of type ArgumentationFrameworkModifier and TypeMethodDescriptionboolean
ArgumentationFramework.isAttacked
(Arg a, Extension<? extends ArgumentationFramework> ext) boolean
DungTheory.isAttacked
(Argument argument, Extension<? extends ArgumentationFramework> ext) returns true if some argument ofext
attacks argument.boolean
DungTheory.isAttackingAllOtherArguments
(Extension<? extends ArgumentationFramework<Argument>> ext) returns true ifarguments
attack all other arguments in the theory -
Uses of ArgumentationFramework in org.tweetyproject.arg.prob.syntax
Classes in org.tweetyproject.arg.prob.syntax that implement ArgumentationFrameworkModifier and TypeClassDescriptionclass
This class implements the probabilistic argumentation framework approach of [Li, Oren, Norman. -
Uses of ArgumentationFramework in org.tweetyproject.arg.saf.syntax
Classes in org.tweetyproject.arg.saf.syntax that implement ArgumentationFrameworkModifier and TypeClassDescriptionclass
This class represents a structured argumentation framework, i.e. -
Uses of ArgumentationFramework in org.tweetyproject.arg.setaf.syntax
Classes in org.tweetyproject.arg.setaf.syntax that implement ArgumentationFrameworkModifier and TypeClassDescriptionclass
This class implements a SetAF in the sense of Nielson/Parson:
See
Nielsen, Soren Holbech and Parsons, Simon.Method parameters in org.tweetyproject.arg.setaf.syntax with type arguments of type ArgumentationFrameworkModifier and TypeMethodDescriptionboolean
SetAf.isAttacked
(Argument a, Extension<? extends ArgumentationFramework> setAfExtension) returns true if some argument ofext
attacks argument. -
Uses of ArgumentationFramework in org.tweetyproject.arg.social.syntax
Classes in org.tweetyproject.arg.social.syntax that implement ArgumentationFrameworkModifier and TypeClassDescriptionclass
This class implements a social abstract argumentation framework from [Joao Leite, Joao Martins.