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.1
Syntax
C#
public FoundMatch(
	int numNodes,
	int numEdges
)

Parameters

numNodes  Int32
 
numEdges  Int32
 
See Also