static void web_isA_expandForward(Web web) { for (Pair p : web_relationsOfType(web, "is a")) { web_setRelationText(p, "is"); web_setText(p.b, "a " + p.b.text()); } }