Interface PathSelectionMode

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
AddPathBestNPathSelection, AllPathSelection

public interface PathSelectionMode extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull RouteEntry
    Create a RouteEntry.

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • createRouteEntry

      @NonNull RouteEntry createRouteEntry()
      Create a RouteEntry.
      Returns:
      ComplexRouteEntry if is complex otherwise a SimpleRouteEntry