Class AbaExample
java.lang.Object
org.tweetyproject.arg.aba.examples.AbaExample
Shows some simple code for working with ABA, including how to parse an ABA file and how to ask queries.
- Author:
- Matthias Thimm
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AbaExample
public AbaExample()Default constructor for theAbaExample
class. This constructor initializes the class without any specific setup.
-
-
Method Details
-
main
Main method that demonstrates parsing and reasoning with Assumption-Based Argumentation (ABA) using both propositional logic and first-order logic.- Parameters:
args
- command line arguments (not used)- Throws:
FileNotFoundException
- if the input file is not foundParserException
- if there is an error during parsingIOException
- if there is an error reading the file
-