bot
Class AgentEntry

Package class diagram package AgentEntry
java.lang.Object
  extended by bot.AgentEntry
All Implemented Interfaces:
Serializable

public class AgentEntry
extends Object
implements Serializable

Holds information used to set up one agent in the environment.

Author:
Knight
See Also:
Serialized Form

Field Summary
 String className
           
 int lifeTime
           
 String mapFile
           
 String planFile
           
 
Constructor Summary
AgentEntry()
           
AgentEntry(String mapFile, String planFile, String className, int lifeTime)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mapFile

public String mapFile

planFile

public String planFile

className

public String className

lifeTime

public int lifeTime
Constructor Detail

AgentEntry

public AgentEntry()

AgentEntry

public AgentEntry(String mapFile,
                  String planFile,
                  String className,
                  int lifeTime)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.