Uses of Interface
net.sf.tweety.agents.sim.ProtocolGenerator
-
Packages that use ProtocolGenerator Package Description net.sf.tweety.agents.sim -
-
Uses of ProtocolGenerator in net.sf.tweety.agents.sim
Constructors in net.sf.tweety.agents.sim with parameters of type ProtocolGenerator Constructor Description GameSimulator(MultiAgentSystemGenerator<T,R> masGenerator, ProtocolGenerator<S,T,R> protGenerator, List<AgentGenerator<T,R>> agentGenerators)Creates a new GameSimulator for the given MultiAgentSystemGenerator and AgentGenerators.
-