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