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.1
Syntax
C#
IIndexSet CreateIndexSet(
	IGraph graph
)

Parameters

graph  IGraph
 

Return Value

IIndexSet
See Also