Class TranslateTest
- java.lang.Object
 - 
- net.sf.tweety.logics.translators.folprop.TranslateTest
 
 
- 
public class TranslateTest extends java.lang.ObjectTests the FOLPropTranslator- Author:
 - Tim Janus
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description private static FOLPropTranslatortranslator 
- 
Constructor Summary
Constructors Constructor Description TranslateTest() 
- 
Method Summary
Modifier and Type Method Description voidtestDisjunctionFOLtoProp()voidtestFOLToPropAtomTranslation()voidtestFOLToPropAtomTranslationFAILCauseArgs()voidtestNestedConjunction()voidtestPropToFOLAtomTranslation() 
 - 
 
- 
- 
Field Detail
- 
translator
private static FOLPropTranslator translator
 
 - 
 
- 
Method Detail
- 
testPropToFOLAtomTranslation
public void testPropToFOLAtomTranslation()
 
- 
testFOLToPropAtomTranslation
public void testFOLToPropAtomTranslation()
 
- 
testFOLToPropAtomTranslationFAILCauseArgs
public void testFOLToPropAtomTranslationFAILCauseArgs()
 
- 
testDisjunctionFOLtoProp
public void testDisjunctionFOLtoProp()
 
- 
testNestedConjunction
public void testNestedConjunction()
 
 - 
 
 -