Click or drag to resize

FoundMatch Constructor

Initializes a new instance of the FoundMatch class

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public FoundMatch(
	int numNodes,
	int numEdges
)

Parameters

numNodes
Type: SystemInt32
numEdges
Type: SystemInt32
See Also