static bool hasIndexedShortTerm(S s) { if (cachedNodeIndex().containsKey(s)) true; for (VirtualNodeIndex i : virtualNodeIndices()) if (i.hasShortTerm(s)) true; false; }