Click or drag to resize

LGSPEdgeOpposite Method

Retrieves the other incident node of this edge.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public INode Opposite(
	INode sourceOrTarget
)

Parameters

sourceOrTarget
Type: de.unika.ipd.grGen.libGrINode
One node of this edge.

Return Value

Type: INode
The other node of this edge.

Implements

IEdgeOpposite(INode)
Remarks
If the given node is not the source, the source will be returned.
See Also