Uses of Class
org.tweetyproject.arg.setaf.syntax.SetAf
-
Uses of SetAf in org.tweetyproject.arg.setaf.reasoners
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionAbstractExtensionSetAfReasoner.query
(SetAf beliefbase, Argument formula, InferenceMode inferenceMode) Queries the given AAF for the given argument using the given inference type.abstract Boolean
-
Uses of SetAf in org.tweetyproject.arg.setaf.syntax
Modifier and TypeMethodDescriptionSetAf.clone()
clones the SetAfSetAf.getComplementGraph
(int selfloops) SetAf.getRestriction
(Collection<Argument> nodes) Modifier and TypeMethodDescriptionThe characteristic function of an abstract argumentation framework: F_AF(S) = {A|A is acceptable wrt.SetAf.getSubgraphs
(SetAf g) Returns the set of sub graphs of the given graph.Modifier and TypeMethodDescriptionboolean
Adds all arguments and attacks of the given theory to this theoryint
static <S extends Node>
booleanSetAf.existsDirectedPath
(SetAf hyperGraph, Argument node1, Argument node2) Return whether the path existsSetAf.getSubgraphs
(SetAf g) Returns the set of sub graphs of the given graph.static Collection
<DirHyperGraph<Argument>> SetAf.getSubgraphsHelper
(SetAf g) Return the subgraphs of the SetAfModifier and TypeMethodDescriptionThe characteristic function of an abstract argumentation framework: F_AF(S) = {A|A is acceptable wrt.boolean
SetAf.isAcceptable
(Argument argument, Extension<SetAf> ext) returns true if every attacker onargument
is attacked by some accepted argument wrt.boolean
SetAf.isAdmissible
(Extension<SetAf> ext) returns true if every accepted argument of this is defended by some accepted argument wrt.boolean
SetAf.isAttackingAllOtherArguments
(Extension<SetAf> ext) returns true ifarguments
attack all other arguments in the theoryboolean
SetAf.isConflictFree
(Extension<SetAf> arguments) returns true if one arguments inarguments
attacks another within this attack relation.boolean
Checks whether the given extension is stable wrt.