Click or drag to resize

PatternGraphGetPatternElement Method

Returns the pattern element with the given name if it is available, otherwise null.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public IPatternElement GetPatternElement(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: IPatternElement

Implements

IPatternGraphGetPatternElement(String)
See Also