static TripleWeb newTripleWebWithSource(S source) { ret empty(source) ? new TripleWeb : new TripleWebWithSource(source); }