Click or drag to resize

IGraphModelIndexDescriptions Property

Enumerates the descriptions of all attribute and incidence count indices declared in this model.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
IEnumerable<IndexDescription> IndexDescriptions { get; }

Property Value

IEnumerableIndexDescription
See Also