Click or drag to resize

GraphHelperIncoming(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<IEdge, SetValueType> Incoming(
	INode startNode,
	EdgeType incomingEdgeType,
	NodeType sourceNodeType,
	IActionExecutionEnvironment actionEnv
)

Parameters

startNode  INode
 
incomingEdgeType  EdgeType
 
sourceNodeType  NodeType
 
actionEnv  IActionExecutionEnvironment
 

Return Value

DictionaryIEdge, SetValueType
See Also