Skip to main content
Module

x/effector/outdot.dot

Business logic with ease ☄️
Go to Latest
File

digraph { rankdir=BT; ranksep=".95 equally"; ratio=auto; ordering=out edge [style="bold", color="#aaaaaa", dir=forward]; subgraph "cluster_store" { color="#a1669a"; style="rounded,bold" edge [style="dashed", color="#a1669a", dir=forward]; node [ color="transparent", fontcolor="#a1669a", fontsize="25px", ]; "store/setStoreName" [label="setStoreName",group="store"]; "store/storeFabric" [label="storeFabric",group="store"]; "store/index.h" [label="index.h",group="store"]; "store/restore" [label="restore",group="store"]; "store/createStore" [label="createStore",group="store"]; "store/index" [label="index",group="store"]; "store/createStoreObject" [label="createStoreObject",group="store"]; "store/createApi" [label="createApi",group="store"]; "store/setStoreName"->"store/storeFabric"; "store/setStoreName"->"store/index"; "store/storeFabric"->"store/index"; "store/storeFabric"->"store/createStoreObject"; "store/storeFabric"->"store/createStore"; "store/index.h"->"store/storeFabric"; "store/index.h"->"store/setStoreName"; "store/index.h"->"store/restore"; "store/index.h"->"store/index"; "store/index.h"->"store/createStoreObject"; "store/index.h"->"store/createStore"; "store/index.h"->"store/createApi"; "store/restore"->"store/index"; "store/createStore"->"store/restore"; "store/createStore"->"store/index"; "store/createStoreObject"->"store/index"; "store/createApi"->"store/index"; fontcolor="#a1669a"; fontsize="45px"; label="store"; } subgraph "cluster_event" { color="#2aadf9"; style="rounded,bold" edge [style="dashed", color="#2aadf9", dir=forward]; node [ color="transparent", fontcolor="#2aadf9", fontsize="25px", ]; "event/index" [label="index",group="event"]; "event/index.h" [label="index.h",group="event"]; "event/eventFabric" [label="eventFabric",group="event"]; "event/createEvent" [label="createEvent",group="event"]; "event/index.h"->"event/index"; "event/index.h"->"event/eventFabric"; "event/index.h"->"event/createEvent"; "event/eventFabric"->"event/index"; "event/eventFabric"->"event/createEvent"; "event/createEvent"->"event/index"; fontcolor="#2aadf9"; fontsize="45px"; label="event"; } subgraph "cluster_effect" { color="#2a2e00"; style="rounded,bold" edge [style="dashed", color="#2a2e00", dir=forward]; node [ color="transparent", fontcolor="#2a2e00", fontsize="25px", ]; "effect/index" [label="index",group="effect"]; "effect/index.h" [label="index.h",group="effect"]; "effect/effectFabric" [label="effectFabric",group="effect"]; "effect/createEffect" [label="createEffect",group="effect"]; "effect/exec" [label="exec",group="effect"]; "effect/callbacks" [label="callbacks",group="effect"]; "effect/index.h"->"effect/index"; "effect/index.h"->"effect/exec"; "effect/index.h"->"effect/effectFabric"; "effect/index.h"->"effect/createEffect"; "effect/index.h"->"effect/callbacks"; "effect/effectFabric"->"effect/index"; "effect/effectFabric"->"effect/createEffect"; "effect/createEffect"->"effect/index"; "effect/exec"->"effect/effectFabric"; "effect/callbacks"->"effect/effectFabric"; fontcolor="#2a2e00"; fontsize="45px"; label="effect"; } subgraph "cluster_graphite" { color="#99b100"; style="rounded,bold" edge [style="dashed", color="#99b100", dir=forward]; node [ color="transparent", fontcolor="#99b100", fontsize="25px", ]; "graphite/walk" [label="walk",group="graphite"]; "graphite/index" [label="index",group="graphite"]; "graphite/walk"->"graphite/index"; fontcolor="#99b100"; fontsize="45px"; label="graphite"; } "event/index"->"store/storeFabric"; "event/index"->"store/restore"; "event/index"->"store/index.h"; "event/index"->"store/createStoreObject"; "event/index"->"store/createApi"; "event/index"->"graphite/walk"; "event/index"->"effect/index.h"; "event/index"->"effect/effectFabric"; "effect/index"->"store/restore"; "effect/index"->"store/index.h"; "effect/index"->"event/eventFabric"; "store/index"->"event/index.h"; "store/index"->"event/eventFabric"; "store/index"->"effect/index.h"; "graphite/index"->"event/eventFabric";}