Package net.sf.tweety.arg.bipolar.syntax
Interface Attack
-
- All Superinterfaces:
BipolarEntity,net.sf.tweety.arg.dung.syntax.DungEntity,net.sf.tweety.commons.Formula,net.sf.tweety.graphs.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()StringtoString()-
Methods inherited from interface net.sf.tweety.arg.bipolar.syntax.BipolarEntity
contains
-
-
-
-
Method Detail
-
getAttacked
BipolarEntity getAttacked()
-
getAttacker
BipolarEntity getAttacker()
-
-