Click or drag to resize

GraphHelperCountReachableOutgoing Method (INode, EdgeType, NodeType, IActionExecutionEnvironment)

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

Parameters

startNode
Type: de.unika.ipd.grGen.libGrINode
outgoingEdgeType
Type: de.unika.ipd.grGen.libGrEdgeType
targetNodeType
Type: de.unika.ipd.grGen.libGrNodeType
actionEnv
Type: de.unika.ipd.grGen.libGrIActionExecutionEnvironment

Return Value

Type: Int32
See Also