 | LGSPGraphAddEdge(LGSPEdge) Method |
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.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic virtual void AddEdge(
LGSPEdge edge
)
Parameters
- edge LGSPEdge
- The edge to be added.
See Also