Class BinarySupport

All Implemented Interfaces:
Iterable<BArgument>, BipolarEntity, Support, DungEntity, Formula, Node

public class BinarySupport extends DirectedEdge<BArgument> implements Support
This class models a support between two arguments. It comprises of two attributes of Argument and is used by bipolar abstract argumentation theories.
Author:
Lars Bengel
  • Constructor Details

    • BinarySupport

      public BinarySupport(BArgument supporter, BArgument supported)
      Default constructor; initializes the two arguments used in this support relation
      Parameters:
      supporter - the supporting argument
      supported - the supported argument
  • Method Details