Click or drag to resize

LGSPGraphAddEdge Method

Overload List
  NameDescription
Public methodAddEdge(IEdge) (Overrides BaseGraphAddEdge(IEdge).)
Public methodAddEdge(LGSPEdge)
Adds an existing LGSPEdge object to the graph. The edge must not be part of any graph, yet! Source and target of the edge must already be part of the graph.
Public methodAddEdge(EdgeType, LGSPNode, LGSPNode)
Adds a new edge to the graph.
Public methodAddEdge(EdgeType, INode, INode) (Overrides BaseGraphAddEdge(EdgeType, INode, INode).)
Top
See Also