Class RaIndependence

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

    public class RaIndependence
    extends RankingPostulate
    The "independence" postulate for ranking semantics as proposed in [Amgoud, Ben-Naim. Ranking-based semantics for argumentation frameworks. 2013]: The ranking between to arguments a and b should be independent of any argument that is neither connected to a nor to b.
    Author:
    Anna Gessler
    • Constructor Detail

      • RaIndependence

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