Package net.sf.tweety.arg.delp
Class TestDTree
- java.lang.Object
-
- net.sf.tweety.arg.delp.TestDTree
-
public final class TestDTree extends java.lang.Object
Testing dialectical trees.- Author:
- Linda.Briesemeister
-
-
Constructor Summary
Constructors Constructor Description TestDTree()
-
Method Summary
Modifier and Type Method Description void
createWithNullArg()
void
creation()
void
defeatersWhenNull1()
void
defeatersWhenNull2()
static void
init()
void
properDefeater()
-
-
-
Method Detail
-
init
public static void init() throws java.io.IOException
- Throws:
java.io.IOException
-
createWithNullArg
public void createWithNullArg()
-
creation
public void creation()
-
defeatersWhenNull1
public void defeatersWhenNull1()
-
defeatersWhenNull2
public void defeatersWhenNull2()
-
properDefeater
public void properDefeater()
-
-