140141142143144145146147
addCommand(new CmdTrain(this)); addCommand(new CmdBalance(this)); addCommand(new CmdSet(this)); addCommand(new CmdReset(this)); addCommand(new CmdCluster(this)); addCommand(new CmdCode(this)); addCommand(new CmdProcess(this)); }