graphviz-2009.5.1: GraphViz wrapper for Haskell.

MaintainerIvan.Miljenovic@gmail.com

Data.GraphViz.Types

Description

This module defines the overall types and methods that interact with them for the GraphViz library.

Synopsis

Documentation

data DotGraph Source

The internal representation of a graph in Dot form.

Instances

data DotNode Source

A node in DotGraph is either a singular node, or a cluster containing nodes (or more clusters) within it.

Instances

data DotEdge Source

An edge in DotGraph.

Instances