 | GraphHelperIsBoundedReachableEdgesOutgoing(IGraph, INode, IEdge, Int32, EdgeType, NodeType) Method |
Returns whether the end edge is reachable from the start node within the given depth, 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 bool IsBoundedReachableEdgesOutgoing(
IGraph graph,
INode startNode,
IEdge endEdge,
int depth,
EdgeType outgoingEdgeType,
NodeType targetNodeType
)
Parameters
- graph IGraph
-
- startNode INode
-
- endEdge IEdge
-
- depth Int32
-
- outgoingEdgeType EdgeType
-
- targetNodeType NodeType
-
Return Value
Boolean
See Also