Class RaVoidPrecedence
java.lang.Object
org.tweetyproject.arg.rankings.postulates.RankingPostulate
org.tweetyproject.arg.rankings.postulates.RaVoidPrecedence
The "void precedence" postulate for ranking semantics as proposed by [Amgoud,
Ben-Naim. Ranking-based semantics for argumentation frameworks. 2013]: A
non-attacked argument is ranked strictly higher than any attacked argument.
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()The textual name of the postulatebooleanChecks 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).booleanMethods inherited from class org.tweetyproject.arg.rankings.postulates.RankingPostulate
isSatisfied
-
Constructor Details
-
RaVoidPrecedence
public RaVoidPrecedence()
-
-
Method Details
-
getName
Description copied from interface:PostulateThe textual name of the postulate- Returns:
- a string
-
isApplicable
Description copied from interface:PostulateChecks 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:
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.
-
isSatisfied
- Specified by:
isSatisfiedin classRankingPostulate
-