 | GraphHelperBoundedReachable(INode, Int32, EdgeType, NodeType, Int32) Method |
Returns set of nodes reachable from the start node within the given depth, under the type constraints given
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static Dictionary<INode, SetValueType> BoundedReachable(
INode startNode,
int depth,
EdgeType incidentEdgeType,
NodeType adjacentNodeType,
int threadId
)
Parameters
- startNode INode
-
- depth Int32
-
- incidentEdgeType EdgeType
-
- adjacentNodeType NodeType
-
- threadId Int32
-
Return Value
DictionaryINode,
SetValueType
See Also