function Mind() { this.newRun = function() { }; this.getAction = function() { }; this.endRun = function() {}; }