Package net.sf.tweety.arg.bipolar.syntax
Interface Support
-
- All Superinterfaces:
BipolarEntity
,DungEntity
,Formula
,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 BipolarEntity
getSupported()
BipolarEntity
getSupporter()
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
-
getSupported
BipolarEntity getSupported()
-
getSupporter
BipolarEntity getSupporter()
-
toString
java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-