Interface DirectedPathFactory<T extends SimpleDirectedPath>

    • Method Detail

      • createNew

        T createNew()
        Create new path
        Returns:
        the created path
      • createNew

        T createNew​(Deque<? extends EdgeSegment> edgeSegments)
        Create new path
        Parameters:
        edgeSegments - of the path
        Returns:
        the created path