Example Archimate Only
Elements (4)
Business Processarchimate:businessprocess
example-business-processbusiness process using the archimate metamodel
Example of a .arch model
A concrete example of the business layer and its relationships
The whole architecture is a set of editable files that are easy to read, and there is more than one way to enter the data.
Element
element example-business-process {
type "archimate:businessprocess"
displayName "Business Process"
description "business process using the archimate metamodel"
status "live"
}
Relationship between business layer and application
relationship example-application-realizes-example-business-process {
source example-application
target example-business-process
type "archimate:serves"
status "live"
}
applicationarchimate:applicationcomponent
example-applicationExample of a .arch model
A concrete example of the application layer and its relationships
The whole architecture is a set of editable files that are easy to read, and there is more than one way to enter the data.
Element
element example-application { type "archimate:applicationcomponent" displayName "application" status "live" }
element example-application-interface { type "archimate:applicationinterface" displayName "application interface" status "live" }
Relationship between application
relationship example-application-flow-example-application-interface { source example-application target example-application-interface type "archimate:flow" status "live" }
relationship example-application-access-example-of-data-object { source example-application target example-of-data-object type "archimate:access" status "live" }
data object.archimate:dataobject
example-of-data-objectelement example-of-data-object { type "archimate:dataobject" displayName "data object." status "live" }
application interfacearchimate:applicationinterface
example-application-interfaceelement example-application-interface { type "archimate:applicationinterface" displayName "application interface" status "live" }
Relationships (3)
example-application → example-application-interfaceapplication → application interfacearchimate:flow
example-application → example-application-interfaceexample-application → example-business-processapplication → Business Processarchimate:serving
example-application → example-business-processexample-application → example-of-data-objectapplication → data object.archimate:access
example-application → example-of-data-object