abstract sclass VirtualNodeIndex { abstract int numWebs(); abstract L get(S query); // concepts that are used in the generated webs, // but can't be queried Set implicitConcepts() { ret staticEmptySet(); } }