Class RaIncreaseOfDefenseBranch

  • All Implemented Interfaces:
    Postulate<Argument>

    public class RaIncreaseOfDefenseBranch
    extends RankingPostulate
    The "increase of defense branch" postulate for ranking semantics as formalized in [Bonzon, Delobelle, Konieczny, Maudet. A Comparative Study of Ranking-Based Semantics for Abstract Argumentation. 2016]: Increasing the length of a defense branch of an argument degrades its ranking.
    Author:
    Anna Gessler
    See Also:
    RaStrictAdditionOfDefenseBranch
    • Constructor Detail

      • RaIncreaseOfDefenseBranch

        public RaIncreaseOfDefenseBranch()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: Postulate
        The textual name of the postulate
        Returns:
        a string
      • isApplicable

        public boolean isApplicable​(java.util.Collection<Argument> kb)
        Description copied from interface: Postulate
        Checks whether the given kb represents a non-trivial instance for this postulate, i.e., whether assumptions of this postulates are satisfied (evaluating an approach on a non-applicable instance always succeeds).
        Specified by:
        isApplicable in interface Postulate<Argument>
        Specified by:
        isApplicable in class RankingPostulate
        Parameters:
        kb - some knowledge base
        Returns:
        true if the knowledge base is a non trivial instance of this postulate.