package ocamlgraph

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val vertex_properties : (string * string * string option) list
val edge_properties : (string * string * string option) list
val map_vertex : G.vertex -> (string * string) list
val map_edge : G.E.t -> (string * string) list
val vertex_uid : G.vertex -> int
val edge_uid : G.E.t -> int