Click or drag to resize

IndexHelperEdgesFromIndexMultipleFromTo Method (ListIndexHelperIndexAccess, IActionExecutionEnvironment)

Returns the edges that appear in the result sets of all index accesses/queries (multi-index-join), as set

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static Dictionary<IEdge, SetValueType> EdgesFromIndexMultipleFromTo(
	List<IndexHelperIndexAccess> indexAccesses,
	IActionExecutionEnvironment actionEnv
)

Parameters

indexAccesses
Type: System.Collections.GenericListIndexHelperIndexAccess
actionEnv
Type: de.unika.ipd.grGen.libGrIActionExecutionEnvironment

Return Value

Type: DictionaryIEdge, SetValueType
See Also