Class RaSkeptSigmaCompatibility
java.lang.Object
org.tweetyproject.arg.rankings.postulates.RankingPostulate
org.tweetyproject.arg.rankings.postulates.RaSkeptSigmaCompatibility
Represents the Skeptical Sigma-Compatibility postulate for ranking-based
argumentation frameworks.
The class can be instantiated with either a specific
AbstractExtensionReasoner
or a
predefined Semantics
to automatically derive a suitable reasoner.
- 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
ConstructorsConstructorDescriptionConstructs aRaSkeptSigmaCompatibility
postulate with the specified extension reasoner.RaSkeptSigmaCompatibility
(Semantics semantics) Constructs aRaSkeptSigmaCompatibility
postulate using a specified semantics. -
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
-
RaSkeptSigmaCompatibility
Constructs aRaSkeptSigmaCompatibility
postulate with the specified extension reasoner.- Parameters:
reasoner
- TheAbstractExtensionReasoner
used to compute extensions of the argumentation framework.
-
RaSkeptSigmaCompatibility
-
-
Method Details
-
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:
-
getName
-
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
-