Class RaAttackVsFullDefense

  • All Implemented Interfaces:
    net.sf.tweety.commons.postulates.Postulate<net.sf.tweety.arg.dung.syntax.Argument>

    public class RaAttackVsFullDefense
    extends RankingPostulate
    The "attack vs full defense" postulate for ranking semantics as proposed in [Bonzon, Delobelle, Konieczny, Maudet. A Comparative Study of Ranking-Based Semantics for Abstract Argumentation. 2016]: An argument without any attack branch is ranked higher than an argument only attacked by one non-attacked argument.
    Author:
    Anna Gessler
    • Constructor Detail

      • RaAttackVsFullDefense

        public RaAttackVsFullDefense()
    • Method Detail

      • getName

        public String getName()
      • isApplicable

        public boolean isApplicable​(Collection<net.sf.tweety.arg.dung.syntax.Argument> kb)
        Description copied from class: RankingPostulate
        The INCREASEOFDEFENSEBRANCH postulate
        Specified by:
        isApplicable in interface net.sf.tweety.commons.postulates.Postulate<net.sf.tweety.arg.dung.syntax.Argument>
        Specified by:
        isApplicable in class RankingPostulate