Class DlExample
java.lang.Object
org.tweetyproject.logics.dl.examples.DlExample
Examples for using the description logic syntax classes and parser.
- Author:
- Anna Gessler
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DlExample
public DlExample()Default
-
-
Method Details
-
main
Main method demonstrating the creation of a description logic knowledge base, parsing a knowledge base from a file, and using a naive DL reasoner.- Parameters:
args
- command-line arguments (not used in this example)- Throws:
ParserException
- if there is an error during parsingIOException
- if there is an I/O error during file access
-