Uses of Class
net.sf.tweety.agents.dialogues.oppmodels.GroundedGameSystem
-
Packages that use GroundedGameSystem Package Description net.sf.tweety.agents.dialogues.oppmodels net.sf.tweety.agents.dialogues.oppmodels.sim -
-
Uses of GroundedGameSystem in net.sf.tweety.agents.dialogues.oppmodels
Constructors in net.sf.tweety.agents.dialogues.oppmodels with parameters of type GroundedGameSystem Constructor Description GroundedGameProtocol(GroundedGameSystem system)
Creates a new grounded game protocol for the given grounded game systems. -
Uses of GroundedGameSystem in net.sf.tweety.agents.dialogues.oppmodels.sim
Methods in net.sf.tweety.agents.dialogues.oppmodels.sim that return GroundedGameSystem Modifier and Type Method Description GroundedGameSystem
GroundedGameGenerator. generate(SimulationParameters params)
Methods in net.sf.tweety.agents.dialogues.oppmodels.sim with parameters of type GroundedGameSystem Modifier and Type Method Description ArguingAgent
GroundedGameAgentGenerator. generate(GroundedGameSystem mas, SimulationParameters params)
GroundedGameProtocol
GroundedGameProtocolGenerator. generate(GroundedGameSystem mas, SimulationParameters params)
-