Uses of Class
org.tweetyproject.arg.dung.syntax.Claim
Packages that use Claim
-
Uses of Claim in org.tweetyproject.arg.dung.syntax
Methods in org.tweetyproject.arg.dung.syntax that return ClaimMethods in org.tweetyproject.arg.dung.syntax that return types with arguments of type ClaimModifier and TypeMethodDescriptionClaimBasedTheory.getClaims()Returns all claims in this theory.ClaimBasedTheory.getClaims(Extension<DungTheory> ext) Returns all claims of a given extension.Methods in org.tweetyproject.arg.dung.syntax with parameters of type ClaimModifier and TypeMethodDescriptionvoidSets the associated claim label.Method parameters in org.tweetyproject.arg.dung.syntax with type arguments of type ClaimModifier and TypeMethodDescriptionvoidSets the claims of this theory.Constructors in org.tweetyproject.arg.dung.syntax with parameters of type ClaimModifierConstructorDescriptionClaimArgument(String name, Claim claim) Creates a new claim argument.Constructor parameters in org.tweetyproject.arg.dung.syntax with type arguments of type ClaimModifierConstructorDescriptionClaimBasedTheory(HashMap<ClaimArgument, Claim> claimMap) Creates a new claim-based theory from a claim map.