Uses of Class
net.sf.tweety.agents.sim.SimulationParameters
-
Packages that use SimulationParameters Package Description net.sf.tweety.agents.dialogues.lotteries.sim net.sf.tweety.agents.dialogues.oppmodels.sim net.sf.tweety.agents.sim -
-
Uses of SimulationParameters in net.sf.tweety.agents.dialogues.lotteries.sim
Methods in net.sf.tweety.agents.dialogues.lotteries.sim with parameters of type SimulationParameters Modifier and Type Method Description DirectGameProtocol
DirectGameProtocolGenerator. generate(LotteryGameSystem mas, SimulationParameters params)
AbstractLotteryAgent
DummyAgentGenerator. generate(LotteryGameSystem mas, SimulationParameters params)
LotteryGameSystem
LotteryGameGenerator. generate(SimulationParameters params)
AbstractLotteryAgent
ProbabilisticLotteryAgentGenerator. generate(LotteryGameSystem mas, SimulationParameters params)
AbstractLotteryAgent
RandomLotteryAgentGenerator. generate(LotteryGameSystem mas, SimulationParameters params)
AbstractLotteryAgent
UtilityBasedAgentGenerator. generate(LotteryGameSystem mas, SimulationParameters params)
-
Uses of SimulationParameters in net.sf.tweety.agents.dialogues.oppmodels.sim
Methods in net.sf.tweety.agents.dialogues.oppmodels.sim with parameters of type SimulationParameters Modifier and Type Method Description ArguingAgent
GroundedGameAgentGenerator. generate(GroundedGameSystem mas, SimulationParameters params)
GroundedGameSystem
GroundedGameGenerator. generate(SimulationParameters params)
GroundedGameProtocol
GroundedGameProtocolGenerator. generate(GroundedGameSystem mas, SimulationParameters params)
-
Uses of SimulationParameters in net.sf.tweety.agents.sim
Methods in net.sf.tweety.agents.sim with parameters of type SimulationParameters Modifier and Type Method Description T
AgentGenerator. generate(S mas, SimulationParameters params)
Generates a new agent for the given multi-agent system.S
MultiAgentSystemGenerator. generate(SimulationParameters params)
Generates a new multi-agent system.T
ProtocolGenerator. generate(R mas, SimulationParameters params)
Generates a new protocol.
-