Skip to content

Instantly share code, notes, and snippets.

@kthoms
Created February 13, 2012 21:02
Show Gist options
  • Save kthoms/1820444 to your computer and use it in GitHub Desktop.
Save kthoms/1820444 to your computer and use it in GitHub Desktop.
Eclipse Magazin Spray
class Relation icon "uml/Extension.gif" :
connection ( ) {
from fromEntity;
to toEntity;
fromText text ( ) {
fromCardinality
};
toText text ( ) {
toCardinality
};
connectionText text ( ) {
description
};
}
behavior {
create into relations "Beziehung" palette "Neu";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment