 | LGSPEdgeSetSourceAndTarget Method |
Sets source and target to the LGSPEdge object instantiated before with source and target being null.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic void SetSourceAndTarget(
LGSPNode sourceNode,
LGSPNode targetNode
)
Parameters
- sourceNode LGSPNode
- The source node.
- targetNode LGSPNode
- The target node.
See Also