Warning: session_start(): open(/var/lib/php/sessions/sess_73oninkcfsn8lbv2hrl0cnvbni, 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 int numTerms();
abstract L get(S query);
bool hasShortTerm(S s) { false; }
Web getWeb(GlobalID id) { ret null; }
Collection indexedTerms() { null; }
Collection allTriples() { null; }
Set implicitConcepts() { ret implicitConcepts; }
}