static ThreadLocal currentThoughtSpace_value = new ThreadLocal() { protected AIThoughtSpace initialValue() { ret new GlobalThoughtSpace; } }; static AbstractThoughtSpace currentThoughtSpace() { ret currentThoughtSpace_value!; }