Class RaQualityPrecedence

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

    public class RaQualityPrecedence
    extends RankingPostulate
    The "quality precedence" postulate for ranking semantics as proposed in [Amgoud, Ben-Naim. Ranking-based semantics for argumentation frameworks. 2013]: The greater the acceptability of one direct attacker for an argument, the weaker the level of acceptability of this argument.
    Author:
    Anna Gessler
    • Constructor Detail

      • RaQualityPrecedence

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