 | LGSPPersistentNamedGraph Constructor (LGSPGraph, String) |
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 8.0
Syntaxpublic LGSPPersistentNamedGraph(
LGSPGraph graph,
string nameAttributeName
)
Parameters
- graph
- Type: de.unika.ipd.grGen.lgspLGSPGraph
The graph to be used named - nameAttributeName
- Type: SystemString
The name of the attribute to be used for naming
See Also