Class RaIncreaseOfAttackBranch
java.lang.Object
org.tweetyproject.arg.rankings.postulates.RankingPostulate
org.tweetyproject.arg.rankings.postulates.RaIncreaseOfAttackBranch
The "increase of attack 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 an attack branch of an argument improves its ranking.
- Author:
- Anna Gessler
- See Also:
-
Field Summary
Fields inherited from class org.tweetyproject.arg.rankings.postulates.RankingPostulate
ABSTRACTION, ADDITIONOFATTACKBRANCH, ADDITIONOFDEFENSEBRANCH, ATTACKVSFULLDEFENSE, CARDINALITYPRECEDENCE, COUNTERTRANSITIVITY, DEFENSEPRECEDENCE, DISTDEFENSEPRECEDENCE, INCREASEOFATTACKBRANCH, INCREASEOFDEFENSEBRANCH, INDEPENDENCE, NONATTACKEDEQUIVALENCE, QUALITYPRECEDENCE, SELFCONTRADICTION, STRICTADDITIONOFDEFENSEBRANCH, STRICTCOUNTERTRANSITIVITY, TOTAL, VOIDPRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()The textual name of the postulateboolean(non-Javadoc)booleanisSatisfied(Collection<Argument> kb, AbstractRankingReasoner<GeneralComparator<Argument, DungTheory>> ev) Return statusMethods inherited from class org.tweetyproject.arg.rankings.postulates.RankingPostulate
isSatisfied
-
Constructor Details
-
RaIncreaseOfAttackBranch
public RaIncreaseOfAttackBranch()Default Constructor
-
-
Method Details
-
getName
-
isApplicable
Description copied from class:RankingPostulate(non-Javadoc)- Specified by:
isApplicablein interfacePostulate<Argument>- Specified by:
isApplicablein classRankingPostulate- Parameters:
kb- some knowledge base- Returns:
- true if the knowledge base is a non trivial instance of this postulate.
- See Also:
-
isSatisfied
public boolean isSatisfied(Collection<Argument> kb, AbstractRankingReasoner<GeneralComparator<Argument, DungTheory>> ev) Description copied from class:RankingPostulateReturn status- Specified by:
isSatisfiedin classRankingPostulate- Parameters:
kb- kbev- ev- Returns:
- status
-