Click or drag to resize

FoundMatch Class

A helper class containing a match found by iteration plan execution
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspFoundMatch

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public class FoundMatch

The FoundMatch type exposes the following members.

Constructors
 NameDescription
Public methodFoundMatchInitializes a new instance of the FoundMatch class
Top
Fields
 NameDescription
Public fieldedges The edges found, linked to their corresponding pattern edges in the pattern graph by index
Public fieldnodes The nodes found, linked to their corresponding pattern nodes in the pattern graph by index
Top
See Also