Uses of Class
net.sf.tweety.agents.dialogues.lotteries.LotteryGameSystem
-
Packages that use LotteryGameSystem Package Description net.sf.tweety.agents.dialogues.lotteries.sim -
-
Uses of LotteryGameSystem in net.sf.tweety.agents.dialogues.lotteries.sim
Methods in net.sf.tweety.agents.dialogues.lotteries.sim that return LotteryGameSystem Modifier and Type Method Description LotteryGameSystem
LotteryGameGenerator. generate(SimulationParameters params)
Methods in net.sf.tweety.agents.dialogues.lotteries.sim with parameters of type LotteryGameSystem Modifier and Type Method Description DirectGameProtocol
DirectGameProtocolGenerator. generate(LotteryGameSystem mas, SimulationParameters params)
AbstractLotteryAgent
DummyAgentGenerator. generate(LotteryGameSystem mas, SimulationParameters params)
AbstractLotteryAgent
ProbabilisticLotteryAgentGenerator. generate(LotteryGameSystem mas, SimulationParameters params)
AbstractLotteryAgent
RandomLotteryAgentGenerator. generate(LotteryGameSystem mas, SimulationParameters params)
AbstractLotteryAgent
UtilityBasedAgentGenerator. generate(LotteryGameSystem mas, SimulationParameters params)
-