|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsk.robotics.rlcs.web.editor.Config.Group
public static class Config.Group
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 |
---|
public java.lang.String name
public Config.Behaviour[] behaviours
public Agent.Cfg[] agents
Constructor Detail |
---|
public Config.Group()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |