static void ai_replaceTripleIndexWithTriples(L l) { tripleIndex().clear(); for (TripleWeb w : l) tripleIndex().addTriple(w); }