 | GraphHelperReachableIncoming(INode, EdgeType, NodeType) Method |
Returns set of 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 Dictionary<INode, SetValueType> ReachableIncoming(
INode startNode,
EdgeType incomingEdgeType,
NodeType sourceNodeType
)
Parameters
- startNode INode
-
- incomingEdgeType EdgeType
-
- sourceNodeType NodeType
-
Return Value
DictionaryINode,
SetValueType
See Also