Click or drag to resize

SimpleGraphCanonizerCanonize Method

Canonize a graph

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public string Canonize(
	LGSPGraph graph
)

Parameters

graph
Type: de.unika.ipd.grGen.lgspLGSPGraph
The graph to canonize.

Return Value

Type: String

Implements

GraphCanonizerCanonize(LGSPGraph)
See Also