 | LGSPNamedGraph Constructor (LGSPNamedGraph, String, IDictionaryIGraphElement, IGraphElement) |
Copy constructor.
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic LGSPNamedGraph(
LGSPNamedGraph dataSource,
string newName,
out IDictionary<IGraphElement, IGraphElement> oldToNewMap
)
Parameters
- dataSource
- Type: de.unika.ipd.grGen.lgspLGSPNamedGraph
The LGSPNamedGraph object to get the data from - newName
- Type: SystemString
Name of the copied graph. - oldToNewMap
- Type: System.Collections.GenericIDictionaryIGraphElement, IGraphElement
A map of the old elements to the new elements after cloning.
See Also