static bool thoughtSpace_addQuestionTriple(WebThoughtSpace ts, S a, S b, S c) { if (thoughtSpace_hasTriple(ts, a, b, c)) false; Web web = webFromTriple(a, b, c); ts.addWeb(web); ts.openQuestions.add(web); true; }