static L> ai_tripleRefs(Symbol a, Symbol b, Symbol c) { ret ai_filterTripleRefs(a, b, c, ai_thoughtSpace_query(a, b, c, thoughtSpace())); } static L> ai_triples(Symbol a, Symbol b, Symbol c, AbstractThoughtSpace ts) { ret ai_filterTripleRefs(a, b, c, ai_thoughtSpace_query(a, b, c, ts)); }