static L> ai_tripleRefs(T3 t) { ret ai_tripleRefs(t.a, t.b, t.c); } 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)); }