public class GroundedGameProtocolGenerator extends java.lang.Object implements ProtocolGenerator<GroundedGameProtocol,ArguingAgent,GroundedGameSystem>
| Constructor and Description |
|---|
GroundedGameProtocolGenerator() |
| Modifier and Type | Method and Description |
|---|---|
GroundedGameProtocol |
generate(GroundedGameSystem mas,
SimulationParameters params)
Generates a new protocol.
|
public GroundedGameProtocol generate(GroundedGameSystem mas, SimulationParameters params)
ProtocolGeneratorgenerate in interface ProtocolGenerator<GroundedGameProtocol,ArguingAgent,GroundedGameSystem>mas - the multi-agent system.params - this object can be used for sharing parameters across
the generating components of a simulation.