Package net.sf.tweety.arg.bipolar.syntax
Interface BipolarEntity
-
- All Superinterfaces:
DungEntity,Formula,Node
- All Known Implementing Classes:
ArgumentSet,BArgument,BinaryAttack,BinarySupport,SetAttack,SetSupport
public interface BipolarEntity extends DungEntity, Node
This interface captures common methods of arguments and argument sets of bipolar abstract argumentation theories.- Author:
- Lars Bengel
-
-
Method Summary
Modifier and Type Method Description booleancontains(java.lang.Object o)-
Methods inherited from interface net.sf.tweety.arg.dung.syntax.DungEntity
getLdoFormula
-
Methods inherited from interface net.sf.tweety.commons.Formula
getSignature
-
-