Warning: session_start(): open(/var/lib/php/sessions/sess_itnnaks5hn1ptm668l6ib2dla3, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
abstract sclass VirtualNodeIndex {
// concepts that are used in the generated webs,
// but can't be queried
new TreeSet implicitConcepts;
abstract int numWebs();
abstract L get(S query);
Web getWeb(GlobalID id) { ret null; }
Set implicitConcepts() { ret implicitConcepts; }
}