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 SummaryFields Modifier and Type Field Description static intDEFAULT_TIMEOUT
 - 
Constructor SummaryConstructors Constructor Description DlParserTest()
 - 
Method SummaryModifier and Type Method Description voidinitParser()voidParseBeliefBaseFromFileTest()voidParseComplexEquivalenceTest1()voidParseComplexEquivalenceTest2()voidParseConceptAssertionTest()voidParseEquivalenceTest()voidParseRoleAssertionTest()
 
- 
- 
- 
Field Detail- 
DEFAULT_TIMEOUTpublic static final int DEFAULT_TIMEOUT - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
initParserpublic void initParser() 
 - 
ParseConceptAssertionTestpublic void ParseConceptAssertionTest() throws ParserException, java.io.IOException- Throws:
- ParserException
- java.io.IOException
 
 - 
ParseRoleAssertionTestpublic void ParseRoleAssertionTest() throws ParserException, java.io.IOException- Throws:
- ParserException
- java.io.IOException
 
 - 
ParseEquivalenceTestpublic void ParseEquivalenceTest() throws ParserException, java.io.IOException- Throws:
- ParserException
- java.io.IOException
 
 - 
ParseComplexEquivalenceTest1public void ParseComplexEquivalenceTest1() throws ParserException, java.io.IOException- Throws:
- ParserException
- java.io.IOException
 
 - 
ParseComplexEquivalenceTest2public void ParseComplexEquivalenceTest2() throws ParserException, java.io.IOException- Throws:
- ParserException
- java.io.IOException
 
 - 
ParseBeliefBaseFromFileTestpublic void ParseBeliefBaseFromFileTest() throws ParserException, java.io.IOException- Throws:
- ParserException
- java.io.IOException
 
 
- 
 
-