 | GraphHelperCountReachableIncoming(INode, EdgeType, NodeType, Int32) Method |
Returns the count of the nodes reachable from the start node 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 int CountReachableIncoming(
INode startNode,
EdgeType incomingEdgeType,
NodeType sourceNodeType,
int threadId
)
Parameters
- startNode INode
-
- incomingEdgeType EdgeType
-
- sourceNodeType NodeType
-
- threadId Int32
-
Return Value
Int32
See Also