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 TypeClassDescriptionclassExtends 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 TypeMethodDescriptionbooleanAttack.isAttackedBy(DeductiveArgument a, DeductiveArgument b)Returns "true" iff the first argument is attacked by the second argument.booleanCanonicalUndercut.isAttackedBy(DeductiveArgument a, DeductiveArgument b)booleanDefeat.isAttackedBy(DeductiveArgument a, DeductiveArgument b)booleanDefeatingRebuttal.isAttackedBy(DeductiveArgument a, DeductiveArgument b)booleanDirectDefeat.isAttackedBy(DeductiveArgument a, DeductiveArgument b)booleanDirectUndercut.isAttackedBy(DeductiveArgument a, DeductiveArgument b)booleanRebuttal.isAttackedBy(DeductiveArgument a, DeductiveArgument b)booleanUndercut.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.