sk.robotics.rlcs.agentspace
Class Scheduler.Cfg

java.lang.Object
  extended by sk.robotics.rlcs.agentspace.Scheduler.Cfg
Enclosing class:
Scheduler

public static class Scheduler.Cfg
extends java.lang.Object

Configuration - set of currently running agents. This is not a standard agent config class. Standard agent config objects are only used to create and start the agents. This one, instead, is passed to Scheduler at runtime to start given agents. Also, current config object can be queried from Scheduler.


Nested Class Summary
static class Scheduler.Cfg.AgentGroup
           
 
Field Summary
 Scheduler.Cfg.AgentGroup[] groups
           
 
Constructor Summary
Scheduler.Cfg()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groups

public Scheduler.Cfg.AgentGroup[] groups
Constructor Detail

Scheduler.Cfg

public Scheduler.Cfg()