Package net.sf.tweety.logics.dl.test
Class DlReasonerTest
- java.lang.Object
 - 
- net.sf.tweety.logics.dl.test.DlReasonerTest
 
 
- 
public class DlReasonerTest extends java.lang.ObjectJUnit Test class for NaiveDLReasoner.- Author:
 - Anna Gessler
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_TIMEOUT(package private) DlParserparser(package private) NaiveDlReasonerreasoner 
- 
Constructor Summary
Constructors Constructor Description DlReasonerTest() 
- 
Method Summary
Modifier and Type Method Description voidComplexQueryTest()voidinitParser()voidSimpleQueryTest() 
 - 
 
- 
- 
Field Detail
- 
parser
DlParser parser
 
- 
reasoner
NaiveDlReasoner reasoner
 
- 
DEFAULT_TIMEOUT
public static final int DEFAULT_TIMEOUT
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
initParser
public void initParser()
 
- 
SimpleQueryTest
public void SimpleQueryTest() throws ParserException, java.io.IOException- Throws:
 ParserExceptionjava.io.IOException
 
- 
ComplexQueryTest
public void ComplexQueryTest() throws ParserException, java.io.IOException- Throws:
 ParserExceptionjava.io.IOException
 
 - 
 
 -