Click or drag to resize

IGraphModelCreateUniquenessHandler Method

Called by the graph (generic implementation) to create its uniqueness handler (generated code). Always called by an empty graph just constructed, the uniqueness handler is then directly bound to the graph.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
IUniquenessHandler CreateUniquenessHandler(
	IGraph graph
)

Parameters

graph  IGraph
 

Return Value

IUniquenessHandler
See Also