![]() | LGSPGraphProcessingEnvironmentAddEdge Method |
Name | Description | |
---|---|---|
![]() | AddEdge(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.
|
![]() | AddEdge(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.
|
![]() | AddEdge(IEdge, String, String) | |
![]() | AddEdge(EdgeType, LGSPNode, LGSPNode, String) |
Adds a new edge to the graph and assigns it to the given variable.
|
![]() | AddEdge(EdgeType, INode, INode, String) |
Adds a new edge to the graph and assigns it to the given variable.
|
![]() | AddEdge(EdgeType, INode, INode, String, String) |