static AbstractThoughtSpace thoughtSpace() { ret currentThoughtSpace(); } // set for current thread static void thoughtSpace(AbstractThoughtSpace ts) { currentThoughtSpace_value.set(ts); }