Class LocalExpansionCompleteKernel
java.lang.Object
org.tweetyproject.arg.dung.equivalence.kernel.EquivalenceKernel
org.tweetyproject.arg.dung.equivalence.kernel.LocalExpansionCompleteKernel
Equivalence kernel for local expansion under complete semantics.
-
Field Summary
Fields inherited from class org.tweetyproject.arg.dung.equivalence.kernel.EquivalenceKernel
ADMISSIBLE, COMPLETE, GROUNDED, LE_COMPLETE, SE_ADMISSIBLE, SE_COMPLETE, SE_GROUNDED, STABLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRedundantAttacks(DungTheory theory) Computes the redundant attacks for the given argumentation theory.Methods inherited from class org.tweetyproject.arg.dung.equivalence.kernel.EquivalenceKernel
getKernel, getStrongEquivalenceKernelForSemantics, getStrongExpansionEquivalenceKernelForSemantics
-
Constructor Details
-
LocalExpansionCompleteKernel
public LocalExpansionCompleteKernel()
-
-
Method Details
-
getRedundantAttacks
Computes the redundant attacks for the given argumentation theory.- Specified by:
getRedundantAttacksin classEquivalenceKernel- Parameters:
theory- the argumentation framework- Returns:
- the collection of redundant attacks
-