Class TranslateTest
- java.lang.Object
-
- net.sf.tweety.logics.translators.folprop.TranslateTest
-
public class TranslateTest extends java.lang.Object
Tests the FOLPropTranslator- Author:
- Tim Janus
-
-
Constructor Summary
Constructors Constructor Description TranslateTest()
-
Method Summary
Modifier and Type Method Description void
testDisjunctionFOLtoProp()
void
testFOLToPropAtomTranslation()
void
testFOLToPropAtomTranslationFAILCauseArgs()
void
testNestedConjunction()
void
testPropToFOLAtomTranslation()
-
-
-
Method Detail
-
testPropToFOLAtomTranslation
public void testPropToFOLAtomTranslation()
-
testFOLToPropAtomTranslation
public void testFOLToPropAtomTranslation()
-
testFOLToPropAtomTranslationFAILCauseArgs
public void testFOLToPropAtomTranslationFAILCauseArgs()
-
testDisjunctionFOLtoProp
public void testDisjunctionFOLtoProp()
-
testNestedConjunction
public void testNestedConjunction()
-
-