Class BArgument

java.lang.Object
org.tweetyproject.arg.dung.syntax.Argument
org.tweetyproject.arg.bipolar.syntax.BArgument
All Implemented Interfaces:
Comparable<Argument>, BipolarEntity, DungEntity, Formula, Node

public class BArgument extends Argument implements BipolarEntity
This class models an argument used by bipolar abstract argumentation theories.
Author:
Lars Bengel
  • Constructor Details

    • BArgument

      public BArgument(String name)
    • BArgument

      public BArgument(Argument arg)
  • Method Details