Class CompleteKernel
- java.lang.Object
 - 
- org.tweetyproject.arg.dung.equivalence.EquivalenceKernel
 - 
- org.tweetyproject.arg.dung.equivalence.CompleteKernel
 
 
 
- 
public class CompleteKernel extends EquivalenceKernel
Kernel SK = (A, R') for strong equivalence wrt. complete semantics R' = R \ { (a, b) | a!=b, (a,a) in R, (b,b) in R }- Author:
 - Lars Bengel
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.tweetyproject.arg.dung.equivalence.EquivalenceKernel
ADMISSIBLE, COMPLETE, GROUNDED, STABLE 
 - 
 
- 
Constructor Summary
Constructors Constructor Description CompleteKernel() 
- 
Method Summary
Modifier and Type Method Description java.util.Collection<Attack>getUselessAttacks(DungTheory theory)compute the set of 'useless' attacks, i.e.- 
Methods inherited from class org.tweetyproject.arg.dung.equivalence.EquivalenceKernel
getKernel 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getUselessAttacks
public java.util.Collection<Attack> getUselessAttacks(DungTheory theory)
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
 
 
 - 
 
 -