Class StrongExpansionAdmissibleKernel
java.lang.Object
org.tweetyproject.arg.dung.equivalence.kernel.EquivalenceKernel
org.tweetyproject.arg.dung.equivalence.kernel.StrongExpansionAdmissibleKernel
Kernel AK for strong expansion equivalence wrt. admissible, preferred, ideal
An attack (a,b) is redundant iff: a!=b, (a,a) in R, and ((b,a) in R or (b,b) in R) or a!=b, (b,b) in R and for all c in A with (b,c) in R: ((a,c) in R or (c,a) in R or (c,c) in R or (c,b) in R)
- Author:
- Lars Bengel
-
Field Summary
Fields inherited from class org.tweetyproject.arg.dung.equivalence.kernel.EquivalenceKernel
ADMISSIBLE, COMPLETE, GROUNDED, SE_ADMISSIBLE, SE_COMPLETE, SE_GROUNDED, STABLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRedundantAttacks
(DungTheory theory) Computes the set of redundant attacks, i.e., all attacks that are removed in order to retrieve the kernel of the given AFMethods inherited from class org.tweetyproject.arg.dung.equivalence.kernel.EquivalenceKernel
getKernel, getStrongEquivalenceKernelForSemantics
-
Constructor Details
-
StrongExpansionAdmissibleKernel
public StrongExpansionAdmissibleKernel()
-
-
Method Details
-
getRedundantAttacks
Description copied from class:EquivalenceKernel
Computes the set of redundant attacks, i.e., all attacks that are removed in order to retrieve the kernel of the given AF- Specified by:
getRedundantAttacks
in classEquivalenceKernel
- Parameters:
theory
- a dung theory- Returns:
- the set of redundant attacks
-