 | GraphHelperBoundedReachableWithRemainingDepthIncoming(INode, Int32, EdgeType, NodeType, Int32) Method |
Returns map of nodes to remaining depth reachable from the start node within the given depth via incoming edges, under the type constraints given
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static Dictionary<INode, int> BoundedReachableWithRemainingDepthIncoming(
INode startNode,
int depth,
EdgeType incomingEdgeType,
NodeType sourceNodeType,
int threadId
)
Parameters
- startNode INode
-
- depth Int32
-
- incomingEdgeType EdgeType
-
- sourceNodeType NodeType
-
- threadId Int32
-
Return Value
DictionaryINode,
Int32
See Also