Click or drag to resize

GraphHelperEdgesDirected Method (IGraph, EdgeType, IActionExecutionEnvironment)

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

Parameters

graph
Type: de.unika.ipd.grGen.libGrIGraph
edgeType
Type: de.unika.ipd.grGen.libGrEdgeType
actionEnv
Type: de.unika.ipd.grGen.libGrIActionExecutionEnvironment

Return Value

Type: DictionaryIDEdge, SetValueType
See Also