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