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.2
Syntax
C#
IEnumerable<IndexDescription> IndexDescriptions { get; }

Property Value

Type: IEnumerableIndexDescription
See Also