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(); }