Class RaSelfContradiction

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

    public class RaSelfContradiction
    extends RankingPostulate
    The "self-contradiction" postulate for ranking semantics as proposed in [Matt, Toni. A game-theoretic measure of argument strength for abstract argumentation. 2008]: A self-attacking argument is ranked lower than any non-self-attacking argument.
    Author:
    Anna Gessler
    • Constructor Detail

      • RaSelfContradiction

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