Uses of Class
org.tweetyproject.arg.deductive.semantics.DeductiveArgument
Package
Description
-
Uses of DeductiveArgument in org.tweetyproject.arg.deductive.semantics
Modifier and TypeClassDescriptionclass
Extends a deductive argument by a unique identifier.Modifier and TypeMethodDescriptionCompilation.getArgumentTree
(DeductiveArgument arg) Returns the argument tree for the given argument.ModifierConstructorDescriptionCreates 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
Modifier 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
Modifier and TypeMethodDescriptionDeductiveKnowledgeBase.getDeductiveArguments()
Computes all deductive arguments.DeductiveKnowledgeBase.getDeductiveArguments
(PlFormula claim) Computes all deductive arguments for the given claim.