 | IGraphRedirectSource Method |
Changes the source node of the edge from the old source to the given new source.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 8.1
Syntaxvoid RedirectSource(
IEdge edge,
INode newSource,
string oldSourceName
)
Parameters
- edge
- Type: de.unika.ipd.grGen.libGrIEdge
The edge to redirect. - newSource
- Type: de.unika.ipd.grGen.libGrINode
The new source node of the edge. - oldSourceName
- Type: SystemString
The name of the old source node (used for debug display of the new edge).
See Also