Uses of Class
net.sf.tweety.agents.dialogues.lotteries.AbstractLotteryAgent
-
Packages that use AbstractLotteryAgent Package Description net.sf.tweety.agents.dialogues.lotteries net.sf.tweety.agents.dialogues.lotteries.sim -
-
Uses of AbstractLotteryAgent in net.sf.tweety.agents.dialogues.lotteries
Subclasses of AbstractLotteryAgent in net.sf.tweety.agents.dialogues.lotteries Modifier and Type Class Description class
DummyLotteryAgent
Audience agents (do nothing) for argumentation games.class
ProbabilisticLotteryAgent
An agent in a game of argumentation lotteries.class
RandomLotteryAgent
A baseline agent for argumentation games who always returns some random move.class
UtilityBasedLotteryAgent
Methods in net.sf.tweety.agents.dialogues.lotteries with parameters of type AbstractLotteryAgent Modifier and Type Method Description boolean
LotteryGameSystem. add(AbstractLotteryAgent e)
-
Uses of AbstractLotteryAgent in net.sf.tweety.agents.dialogues.lotteries.sim
Methods in net.sf.tweety.agents.dialogues.lotteries.sim that return AbstractLotteryAgent Modifier and Type Method Description 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)
-