Click or drag to resize

PatternGraphnestedIndependents Field

The independents nested within this pattern graph, but only independents not nested within negatives. Map of pattern graphs to the fact whether they are contained in an iterated pattern with potentially more than 1 match. Then match building must occur on the call stack cause there are multiple matches living at a time, otherwise it can be limited to the matcher class (and done only as needed). Contains first the nested independents before inlinig, afterwards the ones after inlining.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public Dictionary<PatternGraph, bool> nestedIndependents

Field Value

DictionaryPatternGraph, Boolean
See Also