package ocamlgraph

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Graph.DGraphModelSource

Abstract graph model

Sourceexception DotError of string
Sourceclass type ['vertex, 'edge, 'cluster] abstract_model = object ... end

Immutable graph model. Layout accessors, iterators and membership functions.

Sourcemodule Make (G : Graphviz.GraphWithDotAttrs) : sig ... end

This functor creates a model from a graph

Sourcetype cluster = string
Sourceval read_dot : ?cmd:string -> string -> dotg_model

Creates a model from a dot file.

Sourceval read_xdot : string -> dotg_model

Creates a model from an xdot file (the layout is not recomputed)

OCaml

Innovation. Community. Security.