Uses of Class
org.tweetyproject.arg.dung.syntax.ClaimArgument
Packages that use ClaimArgument
Package
Description
-
Uses of ClaimArgument in org.tweetyproject.arg.dung.reasoner
Classes in org.tweetyproject.arg.dung.reasoner that implement interfaces with type arguments of type ClaimArgumentModifier and TypeClassDescriptionclass
Ancestor class for all claim based reasoner.class
Ancestor class for all claim based 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
Subclasses with type arguments of type ClaimArgument in org.tweetyproject.arg.dung.semanticsClasses in org.tweetyproject.arg.dung.semantics that implement interfaces with type arguments of type ClaimArgumentMethods in org.tweetyproject.arg.dung.semantics that return types with arguments of type ClaimArgumentMethods in org.tweetyproject.arg.dung.semantics with parameters of type ClaimArgumentModifier and TypeMethodDescriptionboolean
ClaimSet.add
(ClaimArgument o) boolean
ClaimSet.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 ClaimArgumentConstructor parameters in org.tweetyproject.arg.dung.syntax with type arguments of type ClaimArgumentModifierConstructorDescriptionClaimBasedTheory
(HashMap<ClaimArgument, Claim> claimMap) Default constructor; initializes empty sets of arguments and attacks