Class RaCounterTransitivity
java.lang.Object
org.tweetyproject.arg.rankings.postulates.RankingPostulate
org.tweetyproject.arg.rankings.postulates.RaCounterTransitivity
The "counter-transitivity" postulate for ranking semantics as proposed in
[Amgoud, Ben-Naim. Ranking-based semantics for argumentation frameworks.
2013]: If the direct attackers of an argument b are at least as numerous and
acceptable as those of an argument a, then a is at least as acceptable as b.
- Author:
- Anna Gessler
-
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
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
The textual name of the postulateboolean
(non-Javadoc)boolean
isSatisfied
(Collection<Argument> kb, AbstractRankingReasoner<GeneralComparator<Argument, DungTheory>> ev) Return statusMethods inherited from class org.tweetyproject.arg.rankings.postulates.RankingPostulate
isSatisfied
-
Constructor Details
-
RaCounterTransitivity
public RaCounterTransitivity()Default Constructor
-
-
Method Details
-
getName
-
isApplicable
Description copied from class:RankingPostulate
(non-Javadoc)- Specified by:
isApplicable
in interfacePostulate<Argument>
- Specified by:
isApplicable
in 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:RankingPostulate
Return status- Specified by:
isSatisfied
in classRankingPostulate
- Parameters:
kb
- kbev
- ev- Returns:
- status
-