input metauml_note; input metauml_base; input metauml_paths; input metauml_links; input metauml_class_relations; beginfig(1); Note.foo("Antananarivo", "Machupichu"); drawObject(foo); endfig; beginfig(2); save foo; Note.foo("Please disregard this note"); Note.bar("Please take the other note", "very seriously"); bar.s = foo.n + (10,20); drawObjects(foo, bar); clink(dashedLink)(foo, bar); endfig; end end