QuickGraph


DirectedGraphMLAlgorithm<'TVertex, 'TEdge>

Namespace: QuickGraph.Serialization

Constructors

ConstructorDescription
new(...)
Signature: (visitedGraph:IVertexAndEdgeListGraph<'TVertex,'TEdge> * vertexIdentities:VertexIdentity<'TVertex> * edgeIdentities:EdgeIdentity<'TVertex,'TEdge>) -> unit

Instance members

Instance memberDescription
DirectedGraph
Signature: DirectedGraph
FormatEdge
Signature: Action<'TEdge,DirectedGraphLink>

Raised when a new link is added to the graph

FormatGraph
Signature: Action<IVertexAndEdgeListGraph<'TVertex,'TEdge>,DirectedGraph>

Raised when the graph is about to be returned

FormatNode
Signature: Action<'TVertex,DirectedGraphNode>

Raised when a new node is added to the graph

Fork me on GitHub