Class DeductiveBipolarArgumentation
java.lang.Object
org.tweetyproject.arg.bipolar.examples.DeductiveBipolarArgumentation
Demonstrates the construction of deductive argumentation frameworks and the computation of their extensions.
- Author:
- Lars Bengel
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for theDeductiveBipolarArgumentationclass. -
Method Summary
-
Constructor Details
-
DeductiveBipolarArgumentation
public DeductiveBipolarArgumentation()Default constructor for theDeductiveBipolarArgumentationclass. Initializes an instance of this class, though it currently has no specific initialization logic.
-
-
Method Details
-
main
The entry point of the example program. Constructs a deductive argumentation framework, adds arguments, attacks, and supports, and computes extensions using different reasoners.- Parameters:
args- command-line arguments (not used)
-