Package net.sf.tweety.logics.dl.test
Class DlParserTest
- java.lang.Object
-
- net.sf.tweety.logics.dl.test.DlParserTest
-
public class DlParserTest extends java.lang.ObjectJUnit Test class for description logics parser.- Author:
- Anna Gessler
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_TIMEOUT
-
Constructor Summary
Constructors Constructor Description DlParserTest()
-
Method Summary
Modifier and Type Method Description voidinitParser()voidParseBeliefBaseFromFileTest()voidParseComplexEquivalenceTest1()voidParseComplexEquivalenceTest2()voidParseConceptAssertionTest()voidParseEquivalenceTest()voidParseRoleAssertionTest()
-
-
-
Field Detail
-
DEFAULT_TIMEOUT
public static final int DEFAULT_TIMEOUT
- See Also:
- Constant Field Values
-
-
Method Detail
-
initParser
public void initParser()
-
ParseConceptAssertionTest
public void ParseConceptAssertionTest() throws ParserException, java.io.IOException- Throws:
ParserExceptionjava.io.IOException
-
ParseRoleAssertionTest
public void ParseRoleAssertionTest() throws ParserException, java.io.IOException- Throws:
ParserExceptionjava.io.IOException
-
ParseEquivalenceTest
public void ParseEquivalenceTest() throws ParserException, java.io.IOException- Throws:
ParserExceptionjava.io.IOException
-
ParseComplexEquivalenceTest1
public void ParseComplexEquivalenceTest1() throws ParserException, java.io.IOException- Throws:
ParserExceptionjava.io.IOException
-
ParseComplexEquivalenceTest2
public void ParseComplexEquivalenceTest2() throws ParserException, java.io.IOException- Throws:
ParserExceptionjava.io.IOException
-
ParseBeliefBaseFromFileTest
public void ParseBeliefBaseFromFileTest() throws ParserException, java.io.IOException- Throws:
ParserExceptionjava.io.IOException
-
-