2025-04-06 15:13:31 +00:00
|
|
|
model {
|
|
|
|
localbox = system 'localbox' {
|
|
|
|
description 'A local development system'
|
|
|
|
technology 'Linux/Windows/Mac'
|
|
|
|
-> edp 'inner-outer-loop synchronization'
|
2025-04-07 10:47:34 +00:00
|
|
|
-> enterprise 'company integration'
|
2025-04-06 16:43:29 +00:00
|
|
|
|
|
|
|
application = schema 'application' {
|
|
|
|
description 'An application description'
|
|
|
|
technology 'DSL'
|
|
|
|
style {
|
|
|
|
color primary
|
|
|
|
}
|
|
|
|
}
|
2025-04-06 21:58:25 +00:00
|
|
|
|
|
|
|
git = component 'git' {
|
|
|
|
description 'local git'
|
|
|
|
technology 'Git'
|
|
|
|
icon tech:git
|
|
|
|
}
|
2025-04-06 15:13:31 +00:00
|
|
|
}
|
|
|
|
}
|