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)
      Checks if this entity contains the specified object.
      Parameters:
      o - the object to check for containment, typically a BArgument
      Returns:
      true if the object is contained within this entity, false otherwise