/* Add-label.ajs * Situation: Archi can display label on each graphical object * Problem: The label must be defined on each visual object separatly * Solution: This Archi-script add the same label to all visual object */ var debug = true; debug ? console.show():true; debug ? console.clear():true; $("element").not("junction").objectRefs().attr("label-expression", "${name}\n(${type})");