Uses of Class
org.tweetyproject.arg.dung.syntax.ClaimArgument
Packages that use ClaimArgument
Package
Description
-
Uses of ClaimArgument in org.tweetyproject.arg.dung.reasoner
Methods in org.tweetyproject.arg.dung.reasoner with parameters of type ClaimArgumentModifier and TypeMethodDescriptionAbstractClaimBasedReasoner.query(ClaimBasedTheory beliefbase, ClaimArgument formula) -
Uses of ClaimArgument in org.tweetyproject.arg.dung.semantics
Methods in org.tweetyproject.arg.dung.semantics that return types with arguments of type ClaimArgumentModifier and TypeMethodDescriptionClaimSet.getClaims()Returns the underlying claim arguments.ClaimSet.iterator()Methods in org.tweetyproject.arg.dung.semantics with parameters of type ClaimArgumentModifier and TypeMethodDescriptionbooleanClaimSet.add(ClaimArgument o) booleanClaimSet.satisfies(ClaimArgument formula) Method parameters in org.tweetyproject.arg.dung.semantics with type arguments of type ClaimArgumentConstructor parameters in org.tweetyproject.arg.dung.semantics with type arguments of type ClaimArgument -
Uses of ClaimArgument in org.tweetyproject.arg.dung.syntax
Methods in org.tweetyproject.arg.dung.syntax with parameters of type ClaimArgumentModifier and TypeMethodDescriptionvoidClaimBasedTheory.add(ClaimArgument arg) Adds a claim argument to this theory.Constructor parameters in org.tweetyproject.arg.dung.syntax with type arguments of type ClaimArgumentModifierConstructorDescriptionClaimBasedTheory(HashMap<ClaimArgument, Claim> claimMap) Creates a new claim-based theory from a claim map.