Click or drag to resize

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.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public 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