static Pair showWeb(WebNode node) { ret showWeb(node.web); } static Pair showWeb(Web web) { ret showWebWithAutoLayout(web); } static Pair showWeb(S calStructures) { ret showWeb(webFromCALStructures_noMerge(calStructures)); }