 | 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.2
SyntaxINode Opposite(
INode sourceOrTarget
)
Parameters
- sourceOrTarget
- Type: de.unika.ipd.grGen.libGrINode
One node of this edge.
Return Value
Type:
INodeThe other node of this edge.
RemarksIf the given node is not the source, the source will be returned.
See Also