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.1
Syntax
C#
public void SetSourceAndTarget(
	LGSPNode sourceNode,
	LGSPNode targetNode
)

Parameters

sourceNode  LGSPNode
The source node.
targetNode  LGSPNode
The target node.
See Also