Class GroundedGameProtocolGenerator
- java.lang.Object
-
- net.sf.tweety.agents.dialogues.oppmodels.sim.GroundedGameProtocolGenerator
-
- All Implemented Interfaces:
ProtocolGenerator<GroundedGameProtocol,ArguingAgent,GroundedGameSystem>
public class GroundedGameProtocolGenerator extends java.lang.Object implements ProtocolGenerator<GroundedGameProtocol,ArguingAgent,GroundedGameSystem>
Creates protocols for a grounded game.- Author:
- Matthias Thimm
-
-
Constructor Summary
Constructors Constructor Description GroundedGameProtocolGenerator()
-
Method Summary
Modifier and Type Method Description GroundedGameProtocol
generate(GroundedGameSystem mas, SimulationParameters params)
Generates a new protocol.
-
-
-
Method Detail
-
generate
public GroundedGameProtocol generate(GroundedGameSystem mas, SimulationParameters params)
Description copied from interface:ProtocolGenerator
Generates a new protocol.- Specified by:
generate
in interfaceProtocolGenerator<GroundedGameProtocol,ArguingAgent,GroundedGameSystem>
- Parameters:
mas
- the multi-agent system.params
- this object can be used for sharing parameters across the generating components of a simulation.- Returns:
- a multi-agent system.
-
-