Interface Support

All Superinterfaces:
BipolarEntity, DungEntity, Formula, Iterable<BArgument>, Node
All Known Implementing Classes:
BinarySupport, SetSupport, WeightedSetSupport

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 Details

    • getSupported

      BipolarEntity getSupported()
    • getSupporter

      BipolarEntity getSupporter()
    • setConditionality

      void setConditionality(double c)
    • getConditionalProbability

      double getConditionalProbability()
    • toString

      String toString()
      Overrides:
      toString in class Object