Interface Attack
-
- All Superinterfaces:
BipolarEntity,DungEntity,Formula,Node
- All Known Implementing Classes:
BinaryAttack,SetAttack
public interface Attack extends BipolarEntity
This interface captures common methods of different interpretations of the attack relation in bipolar abstract argumentation theories.- Author:
- Lars Bengel
-
-
Method Summary
Modifier and Type Method Description BipolarEntitygetAttacked()BipolarEntitygetAttacker()java.lang.StringtoString()-
Methods inherited from interface org.tweetyproject.arg.bipolar.syntax.BipolarEntity
contains
-
Methods inherited from interface org.tweetyproject.arg.dung.syntax.DungEntity
getLdoFormula
-
Methods inherited from interface org.tweetyproject.commons.Formula
getSignature
-
-
-
-
Method Detail
-
getAttacked
BipolarEntity getAttacked()
-
getAttacker
BipolarEntity getAttacker()
-
toString
java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-