Skip to content

Instantly share code, notes, and snippets.

@kthoms
Created June 23, 2013 16:33
Show Gist options
  • Save kthoms/5845614 to your computer and use it in GitHub Desktop.
Save kthoms/5845614 to your computer and use it in GitHub Desktop.
Spray Tuturial: Spray definition
import BusinessDomainDsl.*
diagram busmod for BusinessDomainDsl.BusinessDomainModel
class BusinessClass {
shape SimpleClassShape {
name into businessClassText
}
behavior {
create into types palette "Shapes"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment