Skip to content

Instantly share code, notes, and snippets.

@kthoms
Created June 23, 2013 16:33
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