Click or drag to resize

LGSPEdgeSetSourceAndTarget Method

Sets source and target to the LGSPEdge object instantiated before with source and target being null.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public void SetSourceAndTarget(
	LGSPNode sourceNode,
	LGSPNode targetNode
)

Parameters

sourceNode
Type: de.unika.ipd.grGen.lgspLGSPNode
The source node.
targetNode
Type: de.unika.ipd.grGen.lgspLGSPNode
The target node.
See Also