Graph.DGraphModelAbstract graph model
class type ['vertex, 'edge, 'cluster] abstract_model = object ... endImmutable graph model. Layout accessors, iterators and membership functions.
module Make (G : Graphviz.GraphWithDotAttrs) : sig ... endThis functor creates a model from a graph
module DotG : Sig.G with type V.label = XDot.node_layout and type E.label = XDot.edge_layouttype dotg_model = (DotG.vertex, DotG.edge, cluster) abstract_modelval read_dot : ?cmd:string -> string -> dotg_modelCreates a model from a dot file.
val read_xdot : string -> dotg_modelCreates a model from an xdot file (the layout is not recomputed)