FlowGen / test /diagrams /scanned_easy /diagrams_10.dot
Sorrystopper's picture
Add FlowGen dataset: train/test images with plantuml/mermaid/diagrams/graphviz
864910e
Raw
History Blame Contribute Delete
1.44 kB
digraph {
rankdir=RL
N0 [label="Outage Detection" color="#DCE775" fillcolor="#F9FBE7" shape=database style=filled]
N1 [label="Troubleshooting Guide" color="#DCE775" fillcolor="#F9FBE7" shape=multipledocuments style=filled]
N2 [label="Billing Inquiry" color="#FFE470" fillcolor="#FFFAE0" shape=rectangle style=filled]
N3 [label="Plan Suspension" color="#FFE470" fillcolor="#FFFAE0" shape=predefinedprocess style=filled]
N4 [label="Network Activation" color="#DCE775" fillcolor="#F9FBE7" shape=database style=filled]
N5 [label="Broadband Provisioning" color="#FFE470" fillcolor="#FFFAE0" shape=inputoutput style=filled]
N6 [label="Base Station Installation" color="#A1D7CD" fillcolor="#EDF5F3" shape=preparation style=filled]
N7 [label="Call Recording" color="#A1D7CD" fillcolor="#EDF5F3" shape=vnode_shape style=filled]
N0 -> N1 [color="#DCE775" penwidth=1.5 style=dashed dir=forward]
N1 -> N2 [color="#000000" penwidth=1.5 style=solid dir=forward]
N2 -> N3 [color="#DCE775" penwidth=1.5 style=dashed label="controls" dir=forward]
N3 -> N4 [color="#000000" penwidth=1.5 style=solid label="transmits" dir=forward]
N4 -> N5 [color="#A1D7CD" penwidth=1.5 style=solid dir=forward]
N5 -> N6 [color="#FFE470" penwidth=1.5 style=solid label="registers" dir=forward]
N6 -> N7 [color="#FFE470" penwidth=1.5 style=solid label="authenticates" dir=forward]
N4 -> N7 [color="#000000" penwidth=1.5 style=solid label="notifies" dir=forward]
}