Uses of Class
org.tweetyproject.arg.setaf.syntax.SetAf
Packages that use SetAf
-
Uses of SetAf in org.tweetyproject.arg.setaf.reasoners
Methods in org.tweetyproject.arg.setaf.reasoners that return types with arguments of type SetAfModifier and TypeMethodDescriptionMethods in org.tweetyproject.arg.setaf.reasoners with parameters of type SetAfModifier 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
Methods in org.tweetyproject.arg.setaf.syntax that return SetAfModifier and TypeMethodDescriptionSetAf.clone()
clones the SetAfSetAf.getComplementGraph
(int selfloops) SetAf.getRestriction
(Collection<Argument> nodes) Methods in org.tweetyproject.arg.setaf.syntax that return types with arguments of type SetAfModifier 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.Methods in org.tweetyproject.arg.setaf.syntax with parameters of type SetAfModifier 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 SetAfMethod parameters in org.tweetyproject.arg.setaf.syntax with type arguments of type 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.Constructors in org.tweetyproject.arg.setaf.syntax with parameters of type SetAf