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

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

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

Class for storing config for one behaviour. Contains just the behaviour name, group name (as seen in editor), and map of behaviour parameters.


Field Summary
 java.lang.String name
          Behaviour name, as defined in the behaviours XML file.
 java.util.HashMap<java.lang.String,java.lang.Object> params
          Map of behaviour parameter values.
 
Constructor Summary
Config.Behaviour()
           
 
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
Behaviour name, as defined in the behaviours XML file.


params

public java.util.HashMap<java.lang.String,java.lang.Object> params
Map of behaviour parameter values.

Constructor Detail

Config.Behaviour

public Config.Behaviour()