Click or drag to resize

MatchClassInfo Constructor

Initializes a new instance of the MatchClassInfo class

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public MatchClassInfo(
	string name,
	string package,
	string packagePrefixedName,
	string matchInterfaceName,
	string matchClassName,
	IPatternNode[] nodes,
	IPatternEdge[] edges,
	IPatternVariable[] variables,
	IFilter[] filters
)

Parameters

name
Type: SystemString
package
Type: SystemString
packagePrefixedName
Type: SystemString
matchInterfaceName
Type: SystemString
matchClassName
Type: SystemString
nodes
Type: de.unika.ipd.grGen.libGrIPatternNode
edges
Type: de.unika.ipd.grGen.libGrIPatternEdge
variables
Type: de.unika.ipd.grGen.libGrIPatternVariable
filters
Type: de.unika.ipd.grGen.libGrIFilter
See Also