Click or drag to resize

PatternGraphneededVariables Field

The variables 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 variables.

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

Field Value

DictionaryString, PatternVariable
See Also