Neato.1-XGraph implementation. Sub-signature of Sig.G.
module V : sig ... endmodule E : sig ... endGraph, vertex and edge attributes.
val graph_attributes : t -> NeatoAttributes.graph listval default_vertex_attributes : t -> NeatoAttributes.vertex listval vertex_name : V.t -> stringval vertex_attributes : V.t -> NeatoAttributes.vertex listval get_subgraph : V.t -> NeatoAttributes.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 -> NeatoAttributes.edge listval edge_attributes : E.t -> NeatoAttributes.edge list