Interface BipolarEntity

  • All Superinterfaces:
    net.sf.tweety.arg.dung.syntax.DungEntity, net.sf.tweety.commons.Formula, net.sf.tweety.graphs.Node
    All Known Subinterfaces:
    Attack, Support
    All Known Implementing Classes:
    ArgumentSet, BArgument, BinaryAttack, BinarySupport, SetAttack, SetSupport

    public interface BipolarEntity
    extends net.sf.tweety.arg.dung.syntax.DungEntity, net.sf.tweety.graphs.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 contains​(Object o)  
      • Methods inherited from interface net.sf.tweety.arg.dung.syntax.DungEntity

        getLdoFormula
      • Methods inherited from interface net.sf.tweety.commons.Formula

        getSignature
    • Method Detail

      • contains

        boolean contains​(Object o)