 | LGSPEdgeOpposite Method |
Retrieves the other incident node of this edge.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic INode Opposite(
INode sourceOrTarget
)
Parameters
- sourceOrTarget INode
- One node of this edge.
Return Value
INodeThe other node of this edge.
Implements
IEdgeOpposite(INode)
RemarksIf the given node is not the source, the source will be returned.
See Also