Class Claim

java.lang.Object
org.tweetyproject.arg.dung.syntax.Claim

public class Claim extends Object
a claim for an argument
Author:
Sebastian Franke
  • Constructor Details

    • Claim

      public Claim(String claim)
      Parameters:
      claim - the name
  • Method Details

    • getClaim

      public String getClaim()
      Returns:
      the claim
    • toString

      public String toString()
      return the name
      Overrides:
      toString in class Object