| digraph { |
| rankdir=TD |
| N0 [label="Disease Detection" color="#FFB2A5" fillcolor="#FFDCD6" shape=ellipse style=filled] |
| N1 [label="Water Level Measurement" color="#FFB2A5" fillcolor="#FFDCD6" shape=ellipse style=filled] |
| N2 [label="Food Processing" color="#AB47BC" fillcolor="#F3E5F5" shape=box style=filled] |
| N3 [label="Greenhouse Control" color="#AB47BC" fillcolor="#F3E5F5" shape=parallelogram style=filled] |
| N4 [label="Crop Monitoring" color="#AB47BC" fillcolor="#F3E5F5" shape=box style=filled] |
| N5 [label="Farm Maintenance" color="#AB47BC" fillcolor="#F3E5F5" shape=oval style=filled] |
| N6 [label="Soil Testing" color="#FFB2A5" fillcolor="#FFDCD6" shape=box style=filled] |
| N7 [label="Barn Cleaning" color="#AB47BC" fillcolor="#F3E5F5" shape=box style=filled] |
| N8 [label="Weather Tracking" color="#FFB2A5" fillcolor="#FFDCD6" shape=box style=filled] |
| N9 [label="Fencing Installation" color="#F06292" fillcolor="#FCE4EC" shape=ellipse style=filled] |
| N10 [label="Grain Drying" color="#FFB2A5" fillcolor="#FFDCD6" shape=ellipse style=filled] |
| N0 -> N1 [label=irrigates color="#F06292" dir=forward penwidth=1.5 style=solid] |
| N1 -> N2 [color="#FFB2A5" dir=forward penwidth=1.5 style=solid] |
| N2 -> N3 [color="#000000" dir=forward penwidth=1.5 style=dashed] |
| N3 -> N4 [color="#000000" dir=forward penwidth=1.5 style=dashed] |
| N4 -> N5 [label=develops color="#AB47BC" dir=forward penwidth=1.5 style=dashed] |
| N5 -> N6 [label=propagates color="#F06292" dir=forward penwidth=1.5 style=solid] |
| N6 -> N7 [label=researches color="#F06292" dir=forward penwidth=1.5 style=dashed] |
| N7 -> N8 [label=licenses color="#FFB2A5" dir=forward penwidth=1.5 style=solid] |
| N8 -> N9 [label=plants color="#FFB2A5" dir=forward penwidth=1.5 style=dashed] |
| N9 -> N10 [label=automates color="#AB47BC" dir=forward penwidth=1.5 style=dashed] |
| N6 -> N3 [label=harvests color="#F06292" dir=forward penwidth=1.5 style=dashed] |
| N9 -> N4 [color="#AB47BC" dir=forward penwidth=1.5 style=dashed] |
| } |
|
|