Class RclExample
java.lang.Object
org.tweetyproject.logics.rcl.examples.RclExample
Example code illustrating the use of working with relational
conditionals and using c reasoning.
- Author:
- Matthias Thimm
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RclExample
public RclExample()Default constructor for creating an instance of RclExample.
-
-
Method Details
-
main
The main method serves as the entry point for the example application.- Parameters:
args
- Command line arguments. The first argument is the path to the file containing the belief base, and the second argument (optional) is the path to the file containing the queries.- Throws:
FileNotFoundException
- if the belief base or query file is not foundParserException
- if there is an error while parsing the belief base or the queriesIOException
- if an I/O error occurs while reading the files
-