QuickGraph


GraphMLDeserializer<'TVertex, 'TEdge, 'TGraph>

Namespace: QuickGraph.Serialization

A GraphML ( http://graphml.graphdrawing.org/ ) format deserializer.

Constructors

ConstructorDescription
new()
Signature: unit -> unit

Instance members

Instance memberDescription
Deserialize(...)
Signature: (reader:XmlReader * visitedGraph:'TGraph * vertexFactory:IdentifiableVertexFactory<'TVertex> * edgeFactory:IdentifiableEdgeFactory<'TVertex,'TEdge>) -> unit
Fork me on GitHub