Interface LogicalSubPath

    • Method Detail

      • getReferencePath

        LogicalPath getReferencePath()
        Returns the path containing the subpath.
        Returns:
        the logical path that contains the subpath
      • getCostsToNode

        double[] getCostsToNode​(int nodeIndex)
        Returns the cumulative costs from the start point to the input node.
        Parameters:
        nodeIndex -
        Returns:
      • getCategorizedUserData

        CategorizedUserData getCategorizedUserData()
        Returns categorized user data.
        Returns:
      • setCategorizedUserData

        void setCategorizedUserData​(CategorizedUserData userData)
        Sets categorized user data.
        Parameters:
        userData -
      • getUserData

        UserData getUserData​(int category)
        Returns user data for the specified category.
        Returns:
      • setUserData

        void setUserData​(int category,
                         UserData userData)
        Sets user data for the specified category.
        Parameters:
        userData -
      • clone

        java.lang.Object clone()
                        throws java.lang.CloneNotSupportedException
        Support cloneable
        Returns:
        cloned object
        Throws:
        java.lang.CloneNotSupportedException