Class GroundedGameProtocolGenerator
java.lang.Object
org.tweetyproject.agents.dialogues.oppmodels.sim.GroundedGameProtocolGenerator
- All Implemented Interfaces:
ProtocolGenerator<GroundedGameProtocol,
ArguingAgent, GroundedGameSystem>
public class GroundedGameProtocolGenerator
extends Object
implements ProtocolGenerator<GroundedGameProtocol,ArguingAgent,GroundedGameSystem>
Creates protocols for a grounded game.
- Author:
- Matthias Thimm
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongenerate
(GroundedGameSystem mas, SimulationParameters params) Generates a new protocol.
-
Constructor Details
-
GroundedGameProtocolGenerator
public GroundedGameProtocolGenerator()
-
-
Method Details
-
generate
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.
-