Click or drag to resize

PatternGraphGetTarget(PatternEdge) Method

Returns the target pattern node of the given edge, null if edge dangles to the right.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public PatternNode GetTarget(
	PatternEdge edge
)

Parameters

edge  PatternEdge
 

Return Value

PatternNode
See Also