Click or drag to resize

IGraphModelCreateIndexSet Method

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

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IIndexSet CreateIndexSet(
	IGraph graph
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrIGraph

Return Value

Type: IIndexSet
See Also