Interface DirectedPathFactory

    • Method Detail

      • createNew

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

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