Example Of Crud
Elements (4)Elements (2)
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" }
application interfacearchimate:applicationinterface
example-application-interfaceelement example-application-interface { type "archimate:applicationinterface" displayName "application interface" status "live" }
Master Tabledata:entity
example-data-model.example-master-tableMany Tabledata:entity
example-data-model.example-many-tableRelationships (5)Relationships (3)
Rarchimate:uses
example-application-interface → example-data-model.example-many-tableUse the description as help to read the digram, here the application interface is read only
example-application → example-application-interfaceapplication → application interfacearchimate:flow
example-application → example-application-interfaceCRUDarchimate:uses
example-application → example-data-model.example-many-tableUse the description as help to read the digram, here the application interface is Create Read Write Delete
CRUarchimate:uses
example-application → example-data-model.example-master-tableUse the description as help to read the digram, here the application interface is Create Read Write
example-data-model.example-many-table → example-data-model.example-master-tableMany Table → Master Tabledata:relation
example-data-model.example-many-table → example-data-model.example-master-table