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 classDummyLotteryAgentAudience agents (do nothing) for argumentation games.classProbabilisticLotteryAgentAn agent in a game of argumentation lotteries.classRandomLotteryAgentA baseline agent for argumentation games who always returns some random move.classUtilityBasedLotteryAgentMethods in net.sf.tweety.agents.dialogues.lotteries with parameters of type AbstractLotteryAgent Modifier and Type Method Description booleanLotteryGameSystem. 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 AbstractLotteryAgentDummyAgentGenerator. generate(LotteryGameSystem mas, SimulationParameters params)AbstractLotteryAgentProbabilisticLotteryAgentGenerator. generate(LotteryGameSystem mas, SimulationParameters params)AbstractLotteryAgentRandomLotteryAgentGenerator. generate(LotteryGameSystem mas, SimulationParameters params)AbstractLotteryAgentUtilityBasedAgentGenerator. generate(LotteryGameSystem mas, SimulationParameters params)
-