Click or drag to resize

PatternGraphneededEdges Field

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

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

Field Value

DictionaryString, PatternEdge
See Also