Class ConfidentAttack
java.lang.Object
org.tweetyproject.arg.lp.semantics.attack.ConfidentAttack
- All Implemented Interfaces:
 AttackStrategy
This notion of attack models the confident attack relation. 
 A attacks B iff A undercuts or confidently rebuts B.
- Author:
 - Sebastian Homann
 
- 
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns "true" iff the first argument attacks the second argument.static ConfidentAttackReturns the singleton instance of this class.Returns the abbreviated identifier of this notion of attack, i.e.toString() 
- 
Method Details
- 
getInstance
Returns the singleton instance of this class.- Returns:
 - the singleton instance of this class.
 
 - 
attacks
Description copied from interface:AttackStrategyReturns "true" iff the first argument attacks the second argument.- Specified by:
 attacksin interfaceAttackStrategy- Parameters:
 a- some argumentb- some argument- Returns:
 - "true" iff 
aattacksb. 
 - 
toString
 - 
toAbbreviation
Description copied from interface:AttackStrategyReturns the abbreviated identifier of this notion of attack, i.e. "a" for attack- Specified by:
 toAbbreviationin interfaceAttackStrategy- Returns:
 - a short identifier
 
 
 -