public static interface ISpec { bool ai_cache_hasTriple(S a, S b, S c); S ai_postTriple(S a, S b, S c); L allIndexedFullTerms(); L ai_texts_verified(S a, S b, S c); }