Click or drag to resize

IMatchingPattern Interface

A description of a GrGen matching pattern, that's a subpattern/subrule or the base for some rule.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public interface IMatchingPattern

The IMatchingPattern type exposes the following members.

Properties
  NameDescription
Public propertyAnnotations
The annotations of the matching pattern (test/rule/subpattern)
Public propertyDefNames
An array of the names of the def elements yielded out of this pattern.
Public propertyInputNames
An array of the names corresponding to rule parameters.
Public propertyInputs
An array of GrGen types corresponding to rule parameters.
Public propertyPatternGraph
The main pattern graph.
Top
See Also