Click or drag to resize

LGSPGraphProcessingEnvironmentAddEdge Method

Overload List
  NameDescription
Public methodAddEdge(IEdge, String)
Adds an existing IEdge object to the graph and assigns it to the given variable. 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(LGSPEdge, String)
Adds an existing LGSPEdge object to the graph and assigns it to the given variable. 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(IEdge, String, String)
Public methodAddEdge(EdgeType, LGSPNode, LGSPNode, String)
Adds a new edge to the graph and assigns it to the given variable.
Public methodAddEdge(EdgeType, INode, INode, String)
Adds a new edge to the graph and assigns it to the given variable.
Public methodAddEdge(EdgeType, INode, INode, String, String)
Top
See Also