Class LotteryDialogueTest
- java.lang.Object
-
- net.sf.tweety.agents.dialogues.examples.LotteryDialogueTest
-
public class LotteryDialogueTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static doubleattackProbabilitystatic booleanenforceTreeShapestatic intframeworkSizestatic intnumberOfRunsEachstatic longRANDOM_SEED1static longRANDOM_SEED2static longRANDOM_SEED3static longRANDOM_SEED4static net.sf.tweety.arg.dung.semantics.Semanticssemanticsstatic inttimeout
-
Constructor Summary
Constructors Constructor Description LotteryDialogueTest()
-
-
-
Field Detail
-
frameworkSize
public static int frameworkSize
-
attackProbability
public static double attackProbability
-
enforceTreeShape
public static boolean enforceTreeShape
-
timeout
public static int timeout
-
numberOfRunsEach
public static int numberOfRunsEach
-
semantics
public static net.sf.tweety.arg.dung.semantics.Semantics semantics
-
RANDOM_SEED1
public static long RANDOM_SEED1
-
RANDOM_SEED2
public static long RANDOM_SEED2
-
RANDOM_SEED3
public static long RANDOM_SEED3
-
RANDOM_SEED4
public static long RANDOM_SEED4
-
-
Method Detail
-
runSimulation
public static void runSimulation(boolean baseline) throws net.sf.tweety.agents.ProtocolTerminatedException- Throws:
net.sf.tweety.agents.ProtocolTerminatedException
-
main
public static void main(String[] args) throws net.sf.tweety.agents.ProtocolTerminatedException
- Throws:
net.sf.tweety.agents.ProtocolTerminatedException
-
-