 | GraphHelperIsIncoming(INode, IEdge, EdgeType, NodeType) Method |
Returns whether the end edge is incident to the start node as outgoing edge, under the type constraints given
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static bool IsIncoming(
INode startNode,
IEdge endEdge,
EdgeType incomingEdgeType,
NodeType sourceNodeType
)
Parameters
- startNode INode
-
- endEdge IEdge
-
- incomingEdgeType EdgeType
-
- sourceNodeType NodeType
-
Return Value
Boolean
See Also