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.1
Syntax
C#
public IPatternElement GetPatternElement(
	string name
)

Parameters

name  String
 

Return Value

IPatternElement

Implements

IPatternGraphGetPatternElement(String)
See Also