 | GraphHelperCountReachableOutgoing(INode, EdgeType, NodeType, Int32) Method |
Returns the count of the nodes reachable from the start node via outgoing edges, under the type constraints given
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static int CountReachableOutgoing(
INode startNode,
EdgeType outgoingEdgeType,
NodeType targetNodeType,
int threadId
)
Parameters
- startNode INode
-
- outgoingEdgeType EdgeType
-
- targetNodeType NodeType
-
- threadId Int32
-
Return Value
Int32
See Also