Class RaVoidPrecedence

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

    public class RaVoidPrecedence
    extends RankingPostulate
    The "void precedence" postulate for ranking semantics as proposed by [Amgoud, Ben-Naim. Ranking-based semantics for argumentation frameworks. 2013]: A non-attacked argument is ranked strictly higher than any attacked argument.
    Author:
    Anna Gessler
    • Constructor Detail

      • RaVoidPrecedence

        public RaVoidPrecedence()
    • 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