Interface ContainerisedDirectedPathFactory

    • Method Detail

      • registerNew

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

        DirectedPath registerNew​(Deque<? extends EdgeSegment> edgeSegments)
        Create new path based on the provided edge segments
        Parameters:
        edgeSegments - of the path
        Returns:
        the created path