Class CanonicalUndercut
java.lang.Object
org.tweetyproject.arg.deductive.semantics.attacks.CanonicalUndercut
- All Implemented Interfaces:
Attack
This attack notion models the canonical undercut relation; A is defeated by B iff claim(B) =- \neg support(A).
- Author:
- Matthias Thimm
-
Method Summary
Modifier and TypeMethodDescriptionstatic CanonicalUndercut
Returns the singleton instance of this class.boolean
Returns "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:Attack
Returns "true" iff the first argument is attacked by the second argument.- Specified by:
isAttackedBy
in interfaceAttack
- Parameters:
a
- some argumentb
- some argument- Returns:
- "true" iff
a
is attacked byb
.
-