Class GraphIndexer


  • public class GraphIndexer
    extends Object
    • 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()