sk.robotics.rlcs.web.editor
Class Config.Group

java.lang.Object
  extended by sk.robotics.rlcs.web.editor.Config.Group
Enclosing class:
Config

public static class Config.Group
extends java.lang.Object

Class for storing one named logical group of agents and behaviours. Agents and behaviours are displayed in the property sheet divided into these groups.


Field Summary
 Agent.Cfg[] agents
          Set of agents.
 Config.Behaviour[] behaviours
          Set of behaviours.
 java.lang.String name
          Group name, as displayed in the property sheet.
 
Constructor Summary
Config.Group()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Group name, as displayed in the property sheet.


behaviours

public Config.Behaviour[] behaviours
Set of behaviours.


agents

public Agent.Cfg[] agents
Set of agents.

Constructor Detail

Config.Group

public Config.Group()