Click or drag to resize

GraphHelperEdgesDirected(IGraph, EdgeType, IActionExecutionEnvironment) Method


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,
	IActionExecutionEnvironment actionEnv
)

Parameters

graph  IGraph
 
edgeType  EdgeType
 
actionEnv  IActionExecutionEnvironment
 

Return Value

DictionaryIDEdge, SetValueType
See Also