Module type Graphml.G

module type G = sig .. end

Graph information required by Graphml


type t 
type vertex 
module E: sig .. end
val is_directed : bool
val iter_vertex : (vertex -> unit) -> t -> unit
val iter_edges_e : (E.t -> unit) -> t -> unit