Interface Support
- All Superinterfaces:
BipolarEntity
,DungEntity
,Formula
,Iterable<BArgument>
,Node
- All Known Implementing Classes:
BinarySupport
,SetSupport
,WeightedSetSupport
This interface captures common methods of different interpretations of the support relation in
bipolar abstract argumentation theories.
- Author:
- Lars Bengel
-
Method Summary
Methods inherited from interface org.tweetyproject.arg.bipolar.syntax.BipolarEntity
contains
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, iterator, spliterator
-
Method Details
-
getSupported
BipolarEntity getSupported() -
getSupporter
BipolarEntity getSupporter() -
setConditionality
void setConditionality(double c) -
getConditionalProbability
double getConditionalProbability() -
toString
String toString()
-