Click or drag to resize

GraphHelperOutgoingUndirected(INode, EdgeType, NodeType, IActionExecutionEnvironment, Int32) Method


Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static Dictionary<IUEdge, SetValueType> OutgoingUndirected(
	INode startNode,
	EdgeType outgoingEdgeType,
	NodeType targetNodeType,
	IActionExecutionEnvironment actionEnv,
	int threadId
)

Parameters

startNode  INode
 
outgoingEdgeType  EdgeType
 
targetNodeType  NodeType
 
actionEnv  IActionExecutionEnvironment
 
threadId  Int32
 

Return Value

DictionaryIUEdge, SetValueType
See Also