Class BArgument
java.lang.Object
org.tweetyproject.arg.dung.syntax.Argument
org.tweetyproject.arg.bipolar.syntax.BArgument
- All Implemented Interfaces:
Comparable<Argument>
,Iterable<BArgument>
,BipolarEntity
,DungEntity
,Formula
,Node
This class models an argument used by bipolar abstract argumentation theories.
- Author:
- Lars Bengel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
isSupportedBy
(EAFTheory theory, BipolarEntity x) iterator()
Methods inherited from class org.tweetyproject.arg.dung.syntax.Argument
compareTo, equals, getLdoArgument, getLdoFormula, getName, getSignature, hashCode, setName, toString
Methods inherited from interface org.tweetyproject.arg.dung.syntax.DungEntity
getLdoFormula
Methods inherited from interface org.tweetyproject.commons.Formula
getSignature
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
BArgument
-
BArgument
-
-
Method Details
-
contains
- Specified by:
contains
in interfaceBipolarEntity
-
iterator
-
isSupportedBy
-