blob: 261486d32af33e119724e193b05d4a9d3185953e [file] [log] [blame]
package filegrams;
class File {
attr String text;
attr String name;
attr String colour;
}
class Arrow {
ref File from;
ref File to;
attr String label;
}