Click or drag to resize

PatternGraphedgeToSourceNode Field

Contains the source node of the pattern edges in this graph if specified.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public readonly Dictionary<PatternEdge, PatternNode> edgeToSourceNode

Field Value

Type: DictionaryPatternEdge, PatternNode
See Also