Click or drag to resize

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


Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static IEnumerable<INode> Reachable(
	INode startNode,
	EdgeType incidentEdgeType,
	NodeType adjacentNodeType,
	IGraph graph,
	int threadId
)

Parameters

startNode  INode
 
incidentEdgeType  EdgeType
 
adjacentNodeType  NodeType
 
graph  IGraph
 
threadId  Int32
 

Return Value

IEnumerableINode
See Also