Click or drag to resize

IAttributeIndexLookupElementsAscending Method

Lookup all graph elements in the index in ascending order. Index lookup begins at the graph element with the minimum attribute value. Index lookup ends at the graph element with the maximum attribute value.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IEnumerable<IGraphElement> LookupElementsAscending()

Return Value

Type: IEnumerableIGraphElement
See Also