Interface Attack
- All Superinterfaces:
BipolarEntity
,DungEntity
,Formula
,Iterable<BArgument>
,Node
- All Known Implementing Classes:
BinaryAttack
,EAttack
,SetAttack
This interface captures common methods of different interpretations of the attack relation in
bipolar abstract argumentation theories.
- Author:
- Lars Bengel
-
Method Summary
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
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getAttacked
BipolarEntity getAttacked() -
getAttacker
BipolarEntity getAttacker() -
toString
String toString()
-