Click or drag to resize

LGSPRulePattern Constructor

Initializes a new instance of the LGSPRulePattern class

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
protected LGSPRulePattern(
	string name,
	GrGenType[] inputs,
	string[] inputNames,
	GrGenType[] defs,
	string[] defNames,
	GrGenType[] outputs,
	LGSPFilter[] filters,
	MatchClassInfo[] implementedMatchClasses,
	string matchInterfaceName,
	string matchClassName
)

Parameters

name
Type: SystemString
inputs
Type: de.unika.ipd.grGen.libGrGrGenType
inputNames
Type: SystemString
defs
Type: de.unika.ipd.grGen.libGrGrGenType
defNames
Type: SystemString
outputs
Type: de.unika.ipd.grGen.libGrGrGenType
filters
Type: de.unika.ipd.grGen.lgspLGSPFilter
implementedMatchClasses
Type: de.unika.ipd.grGen.libGrMatchClassInfo
matchInterfaceName
Type: SystemString
matchClassName
Type: SystemString
See Also