Click or drag to resize

PatternGraphneededNodes Field

The nodes from the enclosing graph(s) used in this graph or one of it's subgraphs. Includes inlined elements after inlining. Map of names to pattern nodes.

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

Field Value

DictionaryString, PatternNode
See Also