Click or drag to resize

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


Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static int CountBoundedReachableOutgoing(
	INode startNode,
	int depth,
	EdgeType outgoingEdgeType,
	NodeType targetNodeType,
	IActionExecutionEnvironment actionEnv
)

Parameters

startNode  INode
 
depth  Int32
 
outgoingEdgeType  EdgeType
 
targetNodeType  NodeType
 
actionEnv  IActionExecutionEnvironment
 

Return Value

Int32
See Also