Click or drag to resize

IEdgeOpposite Method

Retrieves the other incident node of this edge.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
INode Opposite(
	INode sourceOrTarget
)

Parameters

sourceOrTarget  INode
One node of this edge.

Return Value

INode
The other node of this edge.
Remarks
If the given node is not the source, the source will be returned.
See Also