Parameter Dot.1-X
module V : sig ... endmodule E : sig ... endval graph_attributes : t -> DotAttributes.graph listval default_vertex_attributes : t -> DotAttributes.vertex listval vertex_name : V.t -> stringval vertex_attributes : V.t -> DotAttributes.vertex listval get_subgraph : V.t -> DotAttributes.subgraph optionThe box (if exists) which the vertex belongs to. Boxes with same names are not distinguished and so they should have the same attributes.
val default_edge_attributes : t -> DotAttributes.edge listval edge_attributes : E.t -> DotAttributes.edge list