Class Rebuttal
java.lang.Object
org.tweetyproject.arg.deductive.semantics.attacks.Rebuttal
- 
Method SummaryModifier and TypeMethodDescriptionstatic RebuttalReturns the singleton instance of this class.booleanReturns "true" iff the first argument is attacked by the second argument.
- 
Method Details- 
getInstanceReturns the singleton instance of this class.- Returns:
- the singleton instance of this class.
 
- 
isAttackedByDescription copied from interface:AttackReturns "true" iff the first argument is attacked by the second argument.- Specified by:
- isAttackedByin interface- Attack
- Parameters:
- a- some argument
- b- some argument
- Returns:
- "true" iff ais attacked byb.
 
 
-