Class Undercut
java.lang.Object
org.tweetyproject.arg.lp.semantics.attack.Undercut
- All Implemented Interfaces:
AttackStrategy
This notion of attack models the undercut relation.
A undercuts B iff there is L in conclusion(A) and not L in assumption(B).
- Author:
- Sebastian Homann
-
Method Details
-
getInstance
Returns the singleton instance of this class.- Returns:
- the singleton instance of this class.
-
attacks
Description copied from interface:AttackStrategy
Returns "true" iff the first argument attacks the second argument.- Specified by:
attacks
in interfaceAttackStrategy
- Parameters:
a
- some argumentb
- some argument- Returns:
- "true" iff
a
attacksb
.
-
toString
-
toAbbreviation
Description copied from interface:AttackStrategy
Returns the abbreviated identifier of this notion of attack, i.e. "a" for attack- Specified by:
toAbbreviation
in interfaceAttackStrategy
- Returns:
- a short identifier
-