Click or drag to resize

IMatchgetEdge Method

Returns edge bound to the pattern edge of the given name or null if no such pattern edge exists

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IEdge getEdge(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: IEdge
See Also