Data.GraphViz.Types.Graph

data DotGraph n

data GraphID

data Context n

Conversions

toCanonical

unsafeFromCanonical

fromDotRepr

Graph information

isEmpty

hasClusters

isEmptyGraph

graphAttributes

parentOf

clusterAttributes

foundInCluster

attributesOf

predecessorsOf

successorsOf

adjacentTo

adjacent

Graph construction

mkGraph

emptyGraph

(&)

composeList

addNode

data DotNode n

addDotNode

addEdge

data DotEdge n

addDotEdge

addCluster

setClusterParent

setClusterAttributes

Graph deconstruction

decompose

decomposeAny

decomposeList

deleteNode

deleteAllEdges

deleteEdge

deleteDotEdge

deleteCluster

removeEmptyClusters