 | GraphHelperIsOutgoing(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 IsOutgoing(
INode startNode,
IEdge endEdge,
EdgeType outgoingEdgeType,
NodeType targetNodeType
)
Parameters
- startNode INode
-
- endEdge IEdge
-
- outgoingEdgeType EdgeType
-
- targetNodeType NodeType
-
Return Value
Boolean
See Also