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.1
Syntax
C#
public MatchClassInfo(
	string name,
	string package,
	string packagePrefixedName,
	string matchInterfaceName,
	string matchClassName,
	IPatternNode[] nodes,
	IPatternEdge[] edges,
	IPatternVariable[] variables,
	IFilter[] filters
)

Parameters

name  String
 
package  String
 
packagePrefixedName  String
 
matchInterfaceName  String
 
matchClassName  String
 
nodes  IPatternNode
 
edges  IPatternEdge
 
variables  IPatternVariable
 
filters  IFilter
 
See Also