package ocamlgraph

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

Module DGraphModel.MakeSource

This functor creates a model from a graph

Parameters

Signature

Sourcetype cluster = string
Sourceexception Multiple_layouts of (G.E.t * XDot.edge_layout) list
Sourceval from_graph : ?cmd:string -> ?tmp_name:string -> G.t -> model

Creates a model using graphviz. tmp_name is the name of the temporary dot files.

  • raises DotError

    if issue occurs with the generated dot file

OCaml

Innovation. Community. Security.