launcher
Class AgentEntry
java.lang.Object
launcher.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
mapFile
public String mapFile
planFile
public String planFile
className
public String className
lifeTime
public int lifeTime
AgentEntry
public AgentEntry()
AgentEntry
public AgentEntry(String mapFile,
String planFile,
String className,
int lifeTime)
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.