 | LGSPNamedGraph Constructor (LGSPGraph, IDictionaryIGraphElement, IGraphElement) |
Copy and extend constructor, creates a named graph from a normal graph.
Initializes the name maps with anonymous names in the form "$" + GetNextName()
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic LGSPNamedGraph(
LGSPGraph graph,
out IDictionary<IGraphElement, IGraphElement> oldToNewMap
)
Parameters
- graph
- Type: de.unika.ipd.grGen.lgspLGSPGraph
The graph to be used named - oldToNewMap
- Type: System.Collections.GenericIDictionaryIGraphElement, IGraphElement
A map of the old elements to the new elements after cloning
See Also