Interface BipolarEntity

All Superinterfaces:
DungEntity, Formula, Node
All Known Subinterfaces:
Attack, Support
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
    boolean
     

    Methods inherited from interface org.tweetyproject.arg.dung.syntax.DungEntity

    getLdoFormula

    Methods inherited from interface org.tweetyproject.commons.Formula

    getSignature
  • Method Details

    • contains

      boolean contains(Object o)