digraph TopLevel {
compound = true
bgcolor = lightcyan1
fontname = Arial
fontsize = 8
label = "lib/storage/sqlitestore.rb"
node [
fontname = Arial,
fontsize = 8,
color = black
]
SqliteStore [
fontcolor = black,
URL = "classes/SqliteStore.html",
shape = ellipse,
color = palegoldenrod,
style = filled,
label = "SqliteStore"
]
Store [
URL = "classes/Store.html",
label = "Store"
]
Store -> SqliteStore [
]
}