Package net.sf.tweety.logics.ml
Class MleanCoPTest
- java.lang.Object
 - 
- net.sf.tweety.logics.ml.MleanCoPTest
 
 
- 
public class MleanCoPTest extends java.lang.ObjectJUnit Test class for MleanCoP.- Author:
 - Anna Gessler
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_TIMEOUT(package private) MlParserparser(package private) MleanCoPReasonerprover 
- 
Constructor Summary
Constructors Constructor Description MleanCoPTest() 
- 
Method Summary
Modifier and Type Method Description voidComplexQueryTest()voidinit()voidSimpleQueryTest() 
 - 
 
- 
- 
Field Detail
- 
parser
MlParser parser
 
- 
prover
MleanCoPReasoner prover
 
- 
DEFAULT_TIMEOUT
public static final int DEFAULT_TIMEOUT
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
init
public void init() throws ParserException, java.io.IOException- Throws:
 ParserExceptionjava.io.IOException
 
- 
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
 
 - 
 
 -