Returns a common vertex for the current edge and the specified edge.
Namespace: MindFusion.Graphs
File: Edge.js
JavaScript Copy Code |
---|
function getCommonVertex (edge) |
Edge. The edge for which to find common vertex.
The common vertex if it exists, otherwise null.