Click or drag to resize

GraphHelperIsAdjacentOutgoing(INode, 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 bool IsAdjacentOutgoing(
	INode startNode,
	INode endNode,
	EdgeType outgoingEdgeType,
	NodeType targetNodeType,
	IActionExecutionEnvironment actionEnv,
	int threadId
)

Parameters

startNode  INode
 
endNode  INode
 
outgoingEdgeType  EdgeType
 
targetNodeType  NodeType
 
actionEnv  IActionExecutionEnvironment
 
threadId  Int32
 

Return Value

Boolean
See Also