Class SimplePlLogicExample
java.lang.Object
org.tweetyproject.arg.deductive.examples.SimplePlLogicExample
Example code for simple logic argumentation.
- Author:
- Federico Cerutti (federico.cerutti@acm.org)
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SimplePlLogicExample
public SimplePlLogicExample()Default Constructor
-
-
Method Details
-
main
This class demonstrates the parsing of a simple propositional logic belief base, the generation of a deductive knowledge base, and the construction of an argumentation framework. The program parses a belief base in propositional logic, generates the corresponding argumentation framework (AF) with arguments and attacks, and prints the results.- Parameters:
args
- Command-line arguments (not used in this example).
-