Class Rebuttal
java.lang.Object
org.tweetyproject.arg.deductive.semantics.attacks.Rebuttal
- All Implemented Interfaces:
Attack
This attack notion models the rebuttal relation; A is defeated by B iff claim(B) == \neg claim(A).
- Author:
- Matthias Thimm
-
Method Summary
Modifier and TypeMethodDescriptionstatic RebuttalReturns the singleton instance of this class.booleanReturns "true" iff the first argument is attacked by the second argument.
-
Method Details
-
getInstance
Returns the singleton instance of this class.- Returns:
- the singleton instance of this class.
-
isAttackedBy
Description copied from interface:AttackReturns "true" iff the first argument is attacked by the second argument.- Specified by:
isAttackedByin interfaceAttack- Parameters:
a- some argumentb- some argument- Returns:
- "true" iff
ais attacked byb.
-