Click or drag to resize

LGSPNamedGraph(LGSPGraph, String, IDictionaryIGraphElement, IGraphElement) Constructor

Copy and extend constructor, creates a named graph from a normal graph. Initializes the name maps with the names provided in a given attribute each graph element must have

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public LGSPNamedGraph(
	LGSPGraph graph,
	string nameAttributeName,
	out IDictionary<IGraphElement, IGraphElement> oldToNewMap
)

Parameters

graph  LGSPGraph
The graph to be used named
nameAttributeName  String
The name of the attribute to be used for naming
oldToNewMap  IDictionaryIGraphElement, IGraphElement
A map of the old elements to the new elements after cloning
See Also