Class StableKernel
java.lang.Object
org.tweetyproject.arg.dung.equivalence.EquivalenceKernel
org.tweetyproject.arg.dung.equivalence.StableKernel
Kernel SK = (A, R') for strong equivalence wrt. stable semantics
 R' = R \ { (a, b) | a!=b, (a,a) in R }
- Author:
 - Lars Bengel
 
- 
Field Summary
Fields inherited from class org.tweetyproject.arg.dung.equivalence.EquivalenceKernel
ADMISSIBLE, COMPLETE, GROUNDED, STABLE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetUselessAttacks(DungTheory theory) compute the set of 'useless' attacks, i.e.Methods inherited from class org.tweetyproject.arg.dung.equivalence.EquivalenceKernel
getKernel 
- 
Constructor Details
- 
StableKernel
public StableKernel() 
 - 
 - 
Method Details
- 
getUselessAttacks
Description copied from class:EquivalenceKernelcompute the set of 'useless' attacks, i.e. all attacks that are are cut to retrieve the kernel of the AF- Specified by:
 getUselessAttacksin classEquivalenceKernel- Parameters:
 theory- a dung theory- Returns:
 - the set of useless attacks
 
 
 -