Class Claim

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

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

    • Claim

      public Claim(String claim)
      Creates a new claim.
      Parameters:
      claim - the claim name
  • Method Details

    • getClaim

      public String getClaim()
      Returns the claim label.
      Returns:
      the claim label
    • toString

      public String toString()
      Returns the claim label.
      Overrides:
      toString in class Object
      Returns:
      the claim label