 | IGraphAddEdge(EdgeType, INode, INode) Method |
Adds a new edge to the graph.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxIEdge AddEdge(
EdgeType edgeType,
INode source,
INode target
)
Parameters
- edgeType EdgeType
- The edge type for the new edge.
- source INode
- The source of the edge.
- target INode
- The target of the edge.
Return Value
IEdgeThe newly created edge.
See Also