Interface BipolarEntity

All Superinterfaces:
DungEntity, Formula, Iterable<BArgument>, Node
All Known Subinterfaces:
Attack, Support
All Known Implementing Classes:
ArgumentSet, BArgument, BinaryAttack, BinarySupport, EAttack, SetAttack, SetSupport, WeightedSetSupport

public interface BipolarEntity extends DungEntity, Node, Iterable<BArgument>
This interface captures common methods of arguments and argument sets of bipolar abstract argumentation theories.
Author:
Lars Bengel
  • Method Details

    • contains

      boolean contains(Object o)