Click or drag to resize

GraphHelperIncoming(INode, EdgeType, NodeType, Int32) Method

Returns set of edges incoming to the start node, under the type constraints given

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,
	int threadId
)

Parameters

startNode  INode
 
incomingEdgeType  EdgeType
 
sourceNodeType  NodeType
 
threadId  Int32
 

Return Value

DictionaryIEdge, SetValueType
See Also