uitgewerkte teksten
This commit is contained in:
14
figures/src/anatomie_automatisering.dot
Normal file
14
figures/src/anatomie_automatisering.dot
Normal file
@ -0,0 +1,14 @@
|
||||
digraph {
|
||||
rankdir="LR"
|
||||
node [shape=box]
|
||||
"Automatisering" -> "Trigger"
|
||||
"Automatisering" -> "Context"
|
||||
"Automatisering" -> "Actie(s)"
|
||||
"Trigger" -> "Tijd"
|
||||
"Trigger" -> "Handmatig"
|
||||
"Trigger" -> "Gebeurtenis"
|
||||
"Context" -> "Parameters"
|
||||
"Actie(s)" -> "Data extractie"
|
||||
"Actie(s)" -> "Data transformatie"
|
||||
"Actie(s)" -> "Data injectie"
|
||||
}
|
||||
5
figures/src/automatisering.dot
Normal file
5
figures/src/automatisering.dot
Normal file
@ -0,0 +1,5 @@
|
||||
digraph {
|
||||
rankdir="LR"
|
||||
"Data" -> "Instrument"
|
||||
"Instrument" -> "Acties"
|
||||
}
|
||||
14
figures/src/onderzoeksopzet.dot
Normal file
14
figures/src/onderzoeksopzet.dot
Normal file
@ -0,0 +1,14 @@
|
||||
digraph {
|
||||
node [shape=box]
|
||||
"Data-analyse" -> "Root Cause analyse"
|
||||
"Survey" -> "Root Cause analyse" [label="1"]
|
||||
"Survey" -> "Requirements" [label="2"]
|
||||
"Interview" -> "Root Cause analyse"
|
||||
"Interview" -> "Requirements"
|
||||
"Root Cause analyse" -> "Requirements"
|
||||
"Requirements" -> "Literatuurstudie"
|
||||
"Requirements" -> "Ontwerp"
|
||||
"Literatuurstudie" -> "Ontwerp"
|
||||
"Ontwerp" -> "Proof of Concept"
|
||||
"Proof of Concept" -> "Requirements"
|
||||
}
|
||||
13
figures/src/test.dot
Normal file
13
figures/src/test.dot
Normal file
@ -0,0 +1,13 @@
|
||||
digraph {
|
||||
rankdir="LR"
|
||||
node [shape=box]
|
||||
|
||||
"Apparaat" -> "Naam"
|
||||
"Apparaat" -> "Hostnaam"
|
||||
"Apparaat" -> "IP-adres"
|
||||
"Apparaat" -> "Klant"
|
||||
"Apparaat" -> "Locatie"
|
||||
"Apparaat" -> "Status"
|
||||
"Apparaat" -> "Interfaces" -> "Naam"
|
||||
"Interfaces" -> "Status"
|
||||
}
|
||||
Reference in New Issue
Block a user