 | GraphHelperIsBoundedReachableIncoming(IGraph, INode, INode, Int32, EdgeType, NodeType, IActionExecutionEnvironment) Method |
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static bool IsBoundedReachableIncoming(
IGraph graph,
INode startNode,
INode endNode,
int depth,
EdgeType incomingEdgeType,
NodeType sourceNodeType,
IActionExecutionEnvironment actionEnv
)
Parameters
- graph IGraph
-
- startNode INode
-
- endNode INode
-
- depth Int32
-
- incomingEdgeType EdgeType
-
- sourceNodeType NodeType
-
- actionEnv IActionExecutionEnvironment
-
Return Value
Boolean
See Also