cz.cuni.pogamut.experiments.util
Class BasicExperimentDescriptor.BotCreator

java.lang.Object
  extended by cz.cuni.pogamut.experiments.util.BasicExperimentDescriptor.BotCreator
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
BasicExperimentDescriptor

public abstract static class BasicExperimentDescriptor.BotCreator
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
BasicExperimentDescriptor.BotCreator()
           
 
Method Summary
abstract  Agent[] createBots(UTServer server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicExperimentDescriptor.BotCreator

public BasicExperimentDescriptor.BotCreator()
Method Detail

createBots

public abstract Agent[] createBots(UTServer server)
                            throws PogamutException
Parameters:
server -
Returns:
agents from this array will be automaticaly connected and stats object will be constructed for them, it will be returned in the experiment result
Throws:
PogamutException