Click or drag to resize

GraphHelperReachableEdgesOutgoingDirected(IGraph, INode, EdgeType, NodeType, 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> ReachableEdgesOutgoingDirected(
	IGraph graph,
	INode startNode,
	EdgeType outgoingEdgeType,
	NodeType targetNodeType,
	IActionExecutionEnvironment actionEnv
)

Parameters

graph  IGraph
 
startNode  INode
 
outgoingEdgeType  EdgeType
 
targetNodeType  NodeType
 
actionEnv  IActionExecutionEnvironment
 

Return Value

DictionaryIDEdge, SetValueType
See Also