Uses of Class
org.tweetyproject.agents.sim.SimulationParameters
-
Packages that use SimulationParameters Package Description org.tweetyproject.agents.dialogues.lotteries.sim org.tweetyproject.agents.dialogues.oppmodels.sim org.tweetyproject.agents.sim -
-
Uses of SimulationParameters in org.tweetyproject.agents.dialogues.lotteries.sim
Methods in org.tweetyproject.agents.dialogues.lotteries.sim with parameters of type SimulationParameters Modifier and Type Method Description DirectGameProtocolDirectGameProtocolGenerator. generate(LotteryGameSystem mas, SimulationParameters params)AbstractLotteryAgentDummyAgentGenerator. generate(LotteryGameSystem mas, SimulationParameters params)LotteryGameSystemLotteryGameGenerator. generate(SimulationParameters params)AbstractLotteryAgentProbabilisticLotteryAgentGenerator. generate(LotteryGameSystem mas, SimulationParameters params)AbstractLotteryAgentRandomLotteryAgentGenerator. generate(LotteryGameSystem mas, SimulationParameters params)AbstractLotteryAgentUtilityBasedAgentGenerator. generate(LotteryGameSystem mas, SimulationParameters params) -
Uses of SimulationParameters in org.tweetyproject.agents.dialogues.oppmodels.sim
Methods in org.tweetyproject.agents.dialogues.oppmodels.sim with parameters of type SimulationParameters Modifier and Type Method Description ArguingAgentGroundedGameAgentGenerator. generate(GroundedGameSystem mas, SimulationParameters params)GroundedGameSystemGroundedGameGenerator. generate(SimulationParameters params)GroundedGameProtocolGroundedGameProtocolGenerator. generate(GroundedGameSystem mas, SimulationParameters params) -
Uses of SimulationParameters in org.tweetyproject.agents.sim
Methods in org.tweetyproject.agents.sim with parameters of type SimulationParameters Modifier and Type Method Description TAgentGenerator. generate(S mas, SimulationParameters params)Generates a new agent for the given multi-agent system.SMultiAgentSystemGenerator. generate(SimulationParameters params)Generates a new multi-agent system.TProtocolGenerator. generate(R mas, SimulationParameters params)Generates a new protocol.
-