Class DeductiveArgument
java.lang.Object
org.tweetyproject.arg.deductive.semantics.DeductiveArgument
- Direct Known Subclasses:
DeductiveArgumentNode
Instances of this class represent arguments in the sense
of Definition 3.1 in
Philippe Besnard and Anthony Hunter. A logic-based theory of deductive arguments. In Artificial Intelligence, 128(1-2):203-235, 2001.
Philippe Besnard and Anthony Hunter. A logic-based theory of deductive arguments. In Artificial Intelligence, 128(1-2):203-235, 2001.
- Author:
- Matthias Thimm
-
Constructor Summary
ConstructorDescriptionDeductiveArgument
(Collection<? extends PlFormula> support, PlFormula claim) Creates a new deductive argument with the given support and claim. -
Method Summary
Modifier and TypeMethodDescriptionboolean
getClaim()
Returns the claim of this argument.Collection
<? extends PlFormula> Returns the support of this argument.int
hashCode()
toString()
-
Constructor Details
-
DeductiveArgument
Creates a new deductive argument with the given support and claim.- Parameters:
support
- a set of formulas.claim
- a formula.
-
-
Method Details
-
getSupport
Returns the support of this argument.- Returns:
- the support of this argument.
-
getClaim
Returns the claim of this argument.- Returns:
- the claim of this argument.
-
toString
-
hashCode
-
equals
-