Class LotteryDialogueTest2
java.lang.Object
org.tweetyproject.agents.dialogues.examples.LotteryDialogueTest2
Main class for empirical evaluation in [Hunter, Thimm. 2015, to appear]. Shows
 how a simulation of a multi-agent system can be set up. It defines a dialogue
 game between different agents, in particular one based on an action selection
 strategy using lotteries.
- Author:
 - Matthias Thimm
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
semantics
The argumentation semantics used - 
timeout
public static int timeoutTimeout - 
rep
public static int repNumber of repetitions per file 
 - 
 - 
Constructor Details
- 
LotteryDialogueTest2
public LotteryDialogueTest2() 
 - 
 - 
Method Details
- 
main
Main method for evaluation.- Parameters:
 args- additional arguments- Throws:
 ParserException- if parsing failedFileNotFoundException- if a file could not be foundIOException- if some general IO issue occurred
 
 -