Dot.1-XGraph implementation. Sub-signature of Sig.G
module V : sig ... endmodule E : sig ... endGraph, vertex and edge attributes.
val 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