Click or drag to resize

GraphHelperEdgesDirected(IGraph, EdgeType, Int32) Method

Returns the directed edges in the graph of the type given, as set

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static Dictionary<IDEdge, SetValueType> EdgesDirected(
	IGraph graph,
	EdgeType edgeType,
	int threadId
)

Parameters

graph  IGraph
 
edgeType  EdgeType
 
threadId  Int32
 

Return Value

DictionaryIDEdge, SetValueType
See Also