Class EquivalenceKernel

    • Constructor Detail

      • EquivalenceKernel

        public EquivalenceKernel()
    • Method Detail

      • getKernel

        public DungTheory getKernel​(DungTheory theory)
        computes the kernel of the given AF
        Parameters:
        theory - a dung theory
        Returns:
        a dung theory representing the kernel of the given AF
      • getUselessAttacks

        public abstract java.util.Collection<Attack> getUselessAttacks​(DungTheory theory)
        compute the set of 'useless' attacks, i.e. all attacks that are are cut to retrieve the kernel of the AF
        Parameters:
        theory - a dung theory
        Returns:
        the set of useless attacks