/***********************************************************************************************************
 * su.bot.checkers.javascript.Environment
 * Location: http://www.bot.su/library/su/bot/checkers/javascript/Environment.js
 * Index Version Location: http://www.bot.su/library/su/bot/checkers/javascript/environment/index.html
 * © Bot.Su (http://www.bot.su/)
***********************************************************************************************************/

if (typeof su == "undefined") {su = {};};
if (typeof su.bot == "undefined") {su.bot = {};};
if (typeof su.bot.checkers == "undefined") {su.bot.checkers = {};};
if (typeof su.bot.checkers.javascript == "undefined") {su.bot.checkers.javascript = {};};

if (typeof su.bot.checkers.javascript.Environment == "undefined") {
 su.bot.checkers.javascript.Environment = function() {}; 
 su.bot.checkers.javascript.Environment.prototype = new com.oclib.javascript.lang.Root();

 su.bot.checkers.javascript.Environment.prototype.className = "Environment"; 
 su.bot.checkers.javascript.Environment.prototype.classNamespace = "su.bot.checkers.javascript.Environment"; 
 su.bot.checkers.javascript.Environment.prototype.classCreated = "20070403"; 
 su.bot.checkers.javascript.Environment.prototype.classCreator = "http://www.bot.su/"; 
 su.bot.checkers.javascript.Environment.prototype.classLocation = "http://www.bot.su/library/su/bot/checkers/javascript/Environment.js"; 
 su.bot.checkers.javascript.Environment.prototype.classIndexLocation = "http://www.bot.su/library/su/bot/checkers/javascript/environment/index.html"; 
 su.bot.checkers.javascript.Environment.prototype.classVersion = "20070528"; 
 su.bot.checkers.javascript.Environment.prototype.classVersionLocation = "http://www.bot.su/library/su/bot/checkers/javascript/environment/builds/20070528/Environment.js"; 
 su.bot.checkers.javascript.Environment.prototype.classVersionIndexLocation = "http://www.bot.su/library/su/bot/checkers/javascript/environment/index.html"; 
 
 su.bot.checkers.javascript.Environment.prototype.classLoader;
  su.bot.checkers.javascript.Environment.prototype.getClassLoader = function () {return this.classLoader;};
  su.bot.checkers.javascript.Environment.prototype.setClassLoader = function (classLoader) {this.classLoader=classLoader;};
 su.bot.checkers.javascript.Environment.prototype.clock;
  su.bot.checkers.javascript.Environment.prototype.getClock = function () {return this.clock;};
  su.bot.checkers.javascript.Environment.prototype.setClock = function (clock) {clock.setEnvironment(this);this.clock=clock;};
 su.bot.checkers.javascript.Environment.prototype.dom;
  su.bot.checkers.javascript.Environment.prototype.getDom = function () {return this.dom;};
  su.bot.checkers.javascript.Environment.prototype.setDom = function (dom) {this.dom=dom;};
 su.bot.checkers.javascript.Environment.prototype.events;
  su.bot.checkers.javascript.Environment.prototype.getEvents = function () {return this.events;};
  su.bot.checkers.javascript.Environment.prototype.setEvents = function (events) {this.events = events;};
 su.bot.checkers.javascript.Environment.prototype.mainBoard;
  su.bot.checkers.javascript.Environment.prototype.getMainBoard = function () {return this.mainBoard;};
  su.bot.checkers.javascript.Environment.prototype.setMainBoard = function (mainBoard) {mainBoard.setEnvironment(this);this.mainBoard=mainBoard;}; 
 su.bot.checkers.javascript.Environment.prototype.maxGamer;
  su.bot.checkers.javascript.Environment.prototype.getMaxGamer = function () {return this.maxGamer;};
  su.bot.checkers.javascript.Environment.prototype.setMaxGamer = function (maxGamer) {maxGamer.setEnvironment(this);maxGamer.setName("max");this.maxGamer=maxGamer;}; 
 su.bot.checkers.javascript.Environment.prototype.minGamer;
  su.bot.checkers.javascript.Environment.prototype.getMinGamer = function () {return this.minGamer;};
  su.bot.checkers.javascript.Environment.prototype.setMinGamer = function (minGamer) {minGamer.setEnvironment(this);minGamer.setName("min");this.minGamer = minGamer;}; 
 su.bot.checkers.javascript.Environment.prototype.properties;
  su.bot.checkers.javascript.Environment.prototype.getProperties = function () {return this.properties;};
  su.bot.checkers.javascript.Environment.prototype.setProperties = function (properties) {this.properties = properties;}; 
 su.bot.checkers.javascript.Environment.prototype.referee;
  su.bot.checkers.javascript.Environment.prototype.getReferee = function () {return this.referee;};
  su.bot.checkers.javascript.Environment.prototype.setReferee = function (referee) {referee.setEnvironment(this);this.referee = referee;}; 
 su.bot.checkers.javascript.Environment.prototype.visualBoard;
  su.bot.checkers.javascript.Environment.prototype.getVisualBoard = function () {return this.visualBoard;};
  su.bot.checkers.javascript.Environment.prototype.setVisualBoard = function (visualBoard) {visualBoard.setEnvironment(this);this.visualBoard = visualBoard;}; 
 su.bot.checkers.javascript.Environment.prototype.visualClock;
  su.bot.checkers.javascript.Environment.prototype.getVisualClock = function () {return this.visualClock;};
  su.bot.checkers.javascript.Environment.prototype.setVisualClock = function (visualClock) {visualClock.setEnvironment(this);this.visualClock = visualClock;}; 
 su.bot.checkers.javascript.Environment.prototype.visualGamePanel;
  su.bot.checkers.javascript.Environment.prototype.getVisualGamePanel = function () {return this.visualGamePanel;};
  su.bot.checkers.javascript.Environment.prototype.setVisualGamePanel = function (visualGamePanel) {visualGamePanel.setEnvironment(this);this.visualGamePanel = visualGamePanel;}; 
 su.bot.checkers.javascript.Environment.prototype.visualProperties;
  su.bot.checkers.javascript.Environment.prototype.getVisualProperties = function () {return this.visualProperties;};
  su.bot.checkers.javascript.Environment.prototype.setVisualProperties = function (visualProperties) {visualProperties.setEnvironment(this);this.visualProperties = visualProperties;}; 
};
