Files
onderzoeksrapport/figures/src/test.dot
2022-04-07 18:18:57 +02:00

13 lines
284 B
Plaintext

digraph {
rankdir="LR"
node [shape=box]
"Apparaat" -> "Naam"
"Apparaat" -> "Hostnaam"
"Apparaat" -> "IP-adres"
"Apparaat" -> "Klant"
"Apparaat" -> "Locatie"
"Apparaat" -> "Status"
"Apparaat" -> "Interfaces" -> "Naam"
"Interfaces" -> "Status"
}