Deprecation Notice: Topology Module Methods
Moogsoft is deprecating support for the following Topology Moobot module methods, beginning with Moogsoft Enterprise v8.0:
loadTopology
Use the Graph Topology method getTopology
isConnected(node)
Use the Graph Topology method getNode
connected(node1, node2)
Use the Graph Topology method connected
numberOfConnections(node)
Use the Graph Topology method numberOfConnections
addEdge(node1, node2)
Use the Graph Topology method createLinks
addEdge(node1, node2, weight)
Use the Graph Topology method createLinks
distance(node1, node2)
Use the Graph Topology method distance(topoName, sourceNode, sinkNode)
distance(node1, node2, radius)
Use the Graph Topology method distance(topoName, sourceNode, sinkNode, radius)
radialDelta(node1, node2)
Use the Graph Topology method distance(topoName, sourceNode, sinkNode)
See Graph Topology for a full description of all topology-related methods in use.
Affected users
Customers installing or upgrading to Moogsoft Enterprise v8.0 or later.
Resolution
Use the alternative Graph Topology methods noted above.