Class SpanningTree


  • public class SpanningTree
    extends java.lang.Object
    A spanning tree on the network.
    Since:
    release specific (what release of product did this appear in)
    • Constructor Summary

      Constructors 
      Constructor Description
      SpanningTree()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addLink​(long linkId, double[] linkCosts)  
      void complete()  
      double[] getCosts()  
      long[] getLinks()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpanningTree

        public SpanningTree()
    • Method Detail

      • addLink

        public void addLink​(long linkId,
                            double[] linkCosts)
      • complete

        public void complete()
      • getLinks

        public long[] getLinks()
      • getCosts

        public double[] getCosts()