Class UnchallengedKernel
java.lang.Object
org.tweetyproject.arg.dung.equivalence.strong.EquivalenceKernel
org.tweetyproject.arg.dung.equivalence.strong.UnchallengedKernel
Kernel SK = (A, R') for strong equivalence wrt. unchallenged semantics
- Version:
- TweetyProject 1.23
- Author:
- Julian Sander
-
Field Summary
Fields inherited from class org.tweetyproject.arg.dung.equivalence.strong.EquivalenceKernel
ADMISSIBLE, COMPLETE, GROUNDED, STABLE, STRONGADMISSIBLE, UNCHALLENGED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetUselessAttacks
(DungTheory theory) compute the set of 'useless' attacks, i.e.Methods inherited from class org.tweetyproject.arg.dung.equivalence.strong.EquivalenceKernel
getKernel, getKernel
-
Constructor Details
-
UnchallengedKernel
public UnchallengedKernel()
-
-
Method Details
-
getUselessAttacks
Description copied from class:EquivalenceKernel
compute the set of 'useless' attacks, i.e. all attacks that are are cut to retrieve the kernel of the AF- Specified by:
getUselessAttacks
in classEquivalenceKernel
- Parameters:
theory
- a dung theory- Returns:
- the set of useless attacks
-