Uses of Class
org.tweetyproject.arg.deductive.semantics.DeductiveArgument
Packages that use DeductiveArgument
Package
Description
-
Uses of DeductiveArgument in org.tweetyproject.arg.deductive.semantics
Subclasses of DeductiveArgument in org.tweetyproject.arg.deductive.semanticsModifier and TypeClassDescriptionclass
Extends a deductive argument by a unique identifier.Methods in org.tweetyproject.arg.deductive.semantics with parameters of type DeductiveArgumentModifier and TypeMethodDescriptionCompilation.getArgumentTree
(DeductiveArgument arg) Returns the argument tree for the given argument.Constructors in org.tweetyproject.arg.deductive.semantics with parameters of type DeductiveArgumentModifierConstructorDescriptionCreates a new deductive argument node from the given deductive argument (a unique ID is generated) -
Uses of DeductiveArgument in org.tweetyproject.arg.deductive.semantics.attacks
Methods in org.tweetyproject.arg.deductive.semantics.attacks with parameters of type DeductiveArgumentModifier and TypeMethodDescriptionboolean
Attack.isAttackedBy
(DeductiveArgument a, DeductiveArgument b) Returns "true" iff the first argument is attacked by the second argument.boolean
CanonicalUndercut.isAttackedBy
(DeductiveArgument a, DeductiveArgument b) boolean
Defeat.isAttackedBy
(DeductiveArgument a, DeductiveArgument b) boolean
DefeatingRebuttal.isAttackedBy
(DeductiveArgument a, DeductiveArgument b) boolean
DirectDefeat.isAttackedBy
(DeductiveArgument a, DeductiveArgument b) boolean
DirectUndercut.isAttackedBy
(DeductiveArgument a, DeductiveArgument b) boolean
Rebuttal.isAttackedBy
(DeductiveArgument a, DeductiveArgument b) boolean
Undercut.isAttackedBy
(DeductiveArgument a, DeductiveArgument b) -
Uses of DeductiveArgument in org.tweetyproject.arg.deductive.syntax
Methods in org.tweetyproject.arg.deductive.syntax that return types with arguments of type DeductiveArgumentModifier and TypeMethodDescriptionDeductiveKnowledgeBase.getDeductiveArguments()
Computes all deductive arguments.DeductiveKnowledgeBase.getDeductiveArguments
(PlFormula claim) Computes all deductive arguments for the given claim.