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 TypeMethodDescriptionSimpleNaiveSetAfReasoner.getMaximalConflictFreeSets(SetAf bbase, Collection<Argument> candidates) computes all maximal conflict-free sets of bbaseMethods in org.tweetyproject.arg.setaf.reasoners with parameters of type SetAfModifier and TypeMethodDescriptionSimpleNaiveSetAfReasoner.getMaximalConflictFreeSets(SetAf bbase, Collection<Argument> candidates) computes all maximal conflict-free sets of bbaseAbstractExtensionSetAfReasoner.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()SetAf.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 TypeMethodDescriptionbooleanAdds all arguments and attacks of the given theory to this theoryintstatic <S extends Node>
booleanSetAf.existsDirectedPath(SetAf hyperGraph, Argument node1, Argument node2) SetAf.getSubgraphs(SetAf g) Returns the set of sub graphs of the given graph.static Collection<DirHyperGraph<Argument>>SetAf.getSubgraphsHelper(SetAf g) Method 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.booleanSetAf.isAcceptable(Argument argument, Extension<SetAf> ext) returns true if every attacker onargumentis attacked by some accepted argument wrt.booleanSetAf.isAdmissable(Extension<SetAf> ext) returns true if every accepted argument of this is defended by some accepted argument wrt.booleanSetAf.isAttacked(Extension<SetAf> ext1, Extension<SetAf> ext2) returns true if some argument ofext2attacks some argument inext1booleanSetAf.isAttackingAllOtherArguments(Extension<SetAf> ext) returns true ifargumentsattack all other arguments in the theorybooleanSetAf.isConflictFree(Extension<SetAf> ext) returns true if no accepted argument attacks another accepted one in this interpretation wrt.booleanChecks whether the given extension is stable wrt.Constructors in org.tweetyproject.arg.setaf.syntax with parameters of type SetAf