Click or drag to resize

GraphHelperIsBoundedReachableOutgoing Method (IGraph, INode, INode, Int32, EdgeType, NodeType)

Returns whether the end node is reachable from the start node within the given depth, via outgoing edges, under the type constraints given

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static bool IsBoundedReachableOutgoing(
	IGraph graph,
	INode startNode,
	INode endNode,
	int depth,
	EdgeType outgoingEdgeType,
	NodeType targetNodeType
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrIGraph
startNode
Type: de.unika.ipd.grGen.libGrINode
endNode
Type: de.unika.ipd.grGen.libGrINode
depth
Type: SystemInt32
outgoingEdgeType
Type: de.unika.ipd.grGen.libGrEdgeType
targetNodeType
Type: de.unika.ipd.grGen.libGrNodeType

Return Value

Type: Boolean
See Also