Class GraphIndexer


  • public class GraphIndexer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphIndexer​(Graph graph, int[] weights, int[] priorities)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Graph getGraph()  
      int indexOf​(int node)  
      int nodeAt​(int index)  
      int size()  
      • Methods inherited from class java.lang.Object

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

      • GraphIndexer

        public GraphIndexer​(Graph graph,
                            int[] weights,
                            int[] priorities)
    • Method Detail

      • nodeAt

        public int nodeAt​(int index)
      • indexOf

        public int indexOf​(int node)
      • size

        public int size()
      • getGraph

        public Graph getGraph()