Click or drag to resize

LGSPMatchingPattern Constructor

Initializes a new instance of the LGSPMatchingPattern class

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
protected LGSPMatchingPattern(
	string name,
	GrGenType[] inputs,
	string[] inputNames,
	GrGenType[] defs,
	string[] defNames
)

Parameters

name
Type: SystemString
inputs
Type: de.unika.ipd.grGen.libGrGrGenType
inputNames
Type: SystemString
defs
Type: de.unika.ipd.grGen.libGrGrGenType
defNames
Type: SystemString
See Also