Interface ProtocolGenerator<T extends Protocol,S extends Agent,R extends MultiAgentSystem<S>>

Type Parameters:
T - The actual type of the protocol.
S - The actual type of the agents.
R - The actual type of the multi-agent system.
All Known Implementing Classes:
DirectGameProtocolGenerator, GroundedGameProtocolGenerator

public interface ProtocolGenerator<T extends Protocol,S extends Agent,R extends MultiAgentSystem<S>>
Generates protocols for simulation.
Author:
Matthias Thimm