Click or drag to resize

LGSPNamedGraph Constructor (LGSPGraph)

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
Syntax
C#
public LGSPNamedGraph(
	LGSPGraph graph
)

Parameters

graph
Type: de.unika.ipd.grGen.lgspLGSPGraph
The graph to be used named
See Also