 | 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.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxIIndexSet CreateIndexSet(
IGraph graph
)
Parameters
- graph IGraph
-
Return Value
IIndexSet
See Also