Package net.sf.tweety.arg.bipolar.syntax
Interface Support
-
- All Superinterfaces:
BipolarEntity,net.sf.tweety.arg.dung.syntax.DungEntity,net.sf.tweety.commons.Formula,net.sf.tweety.graphs.Node
- All Known Implementing Classes:
BinarySupport,SetSupport
public interface Support extends BipolarEntity
This interface captures common methods of different interpretations of the support relation in bipolar abstract argumentation theories.- Author:
- Lars Bengel
-
-
Method Summary
Modifier and Type Method Description BipolarEntitygetSupported()BipolarEntitygetSupporter()StringtoString()-
Methods inherited from interface net.sf.tweety.arg.bipolar.syntax.BipolarEntity
contains
-
-
-
-
Method Detail
-
getSupported
BipolarEntity getSupported()
-
getSupporter
BipolarEntity getSupporter()
-
-