Class SQLFunctionPathFinder

    • Constructor Detail

      • SQLFunctionPathFinder

        public SQLFunctionPathFinder​(String iName,
                                     int iMinParams,
                                     int iMaxParams)
    • Method Detail

      • isVariableEdgeWeight

        protected boolean isVariableEdgeWeight()
      • findMinimalDistances

        protected void findMinimalDistances​(Vertex node)
      • isNotSettled

        protected boolean isNotSettled​(Vertex vertex)
      • continueTraversing

        protected boolean continueTraversing()
      • getShortestDistance

        protected float getShortestDistance​(Vertex destination)
      • sumDistances

        protected float sumDistances​(float iDistance1,
                                     float iDistance2)
      • getDistance

        protected abstract float getDistance​(Vertex node,
                                             Vertex target)