FlowGen / test /diagrams /scanned_easy /diagrams_111.dot
Sorrystopper's picture
Add FlowGen dataset: train/test images with plantuml/mermaid/diagrams/graphviz
864910e
Raw
History Blame Contribute Delete
1.88 kB
digraph {
rankdir=RL
N0 [label="Asset Optimization" color="#00BCD4" fillcolor="#E0F7FA" shape=rectangle style=filled]
N1 [label="Condition Monitoring" color="#00BCD4" fillcolor="#E0F7FA" shape=predefinedprocess style=filled]
N2 [label="Building Information Modeling Integration" color="#BA68C8" fillcolor="#F3E5F5" shape=hexagon style=filled]
N3 [label="Simulation Platform Development" color="#FFC085" fillcolor="#FFDAB9" shape=action style=filled]
N4 [label="Edge Computing for Twins" color="#FFC085" fillcolor="#FFDAB9" shape=vnode_shape style=filled]
N5 [label="Operational Planning" color="#00BCD4" fillcolor="#E0F7FA" shape=rect style=filled]
N6 [label="Predictive Maintenance" color="#BA68C8" fillcolor="#F3E5F5" shape=rect style=filled]
N7 [label="Data Security for Digital Twins" color="#00BCD4" fillcolor="#E0F7FA" shape=multipledocuments style=filled]
N8 [label="Aerospace Digital Twins" color="#BA68C8" fillcolor="#F3E5F5" shape=database style=filled]
N9 [label="Lifecycle Management" color="#BA68C8" fillcolor="#F3E5F5" shape=diamond style=filled]
N0 -> N1 [color="#00BCD4" penwidth=1.5 style=solid dir=forward]
N1 -> N2 [color="#FFC085" penwidth=1.5 style=dashed label="failures_predicts" dir=forward]
N2 -> N3 [color="#000000" penwidth=1.5 style=solid label="systems_optimizes" dir=forward]
N3 -> N4 [color="#BA68C8" penwidth=1.5 style=dashed label="decision_supports" dir=forward]
N4 -> N5 [color="#000000" penwidth=1.5 style=dashed label="environments_monitors" dir=forward]
N5 -> N6 [color="#FFC085" penwidth=1.5 style=solid dir=forward]
N6 -> N7 [color="#BA68C8" penwidth=1.5 style=solid label="risks_mitigates" dir=forward]
N7 -> N8 [color="#00BCD4" penwidth=1.5 style=dashed dir=forward]
N8 -> N9 [color="#000000" penwidth=1.5 style=solid label="validates" dir=forward]
N5 -> N2 [color="#00BCD4" penwidth=1.5 style=dashed dir=forward]
}