Package net.sf.tweety.arg.bipolar.syntax
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 BipolarEntity
getAttacked()
BipolarEntity
getAttacker()
java.lang.String
toString()
-
Methods inherited from interface net.sf.tweety.arg.bipolar.syntax.BipolarEntity
contains
-
Methods inherited from interface net.sf.tweety.arg.dung.syntax.DungEntity
getLdoFormula
-
Methods inherited from interface net.sf.tweety.commons.Formula
getSignature
-
-
-
-
Method Detail
-
getAttacked
BipolarEntity getAttacked()
-
getAttacker
BipolarEntity getAttacker()
-
toString
java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-