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