Interface PathSelectionMode

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

public interface PathSelectionMode extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    <C extends Routes & org.opendaylight.yangtools.yang.binding.DataObject & org.opendaylight.yangtools.yang.binding.ChoiceIn<Tables>, S extends org.opendaylight.yangtools.yang.binding.ChildOf<? super C>>
    @NonNull RouteEntry<C,S>
    Create a RouteEntry.

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • createRouteEntry

      <C extends Routes & org.opendaylight.yangtools.yang.binding.DataObject & org.opendaylight.yangtools.yang.binding.ChoiceIn<Tables>, S extends org.opendaylight.yangtools.yang.binding.ChildOf<? super C>> @NonNull RouteEntry<C,S> createRouteEntry()
      Create a RouteEntry.
      Returns:
      ComplexRouteEntry if is complex otherwise a SimpleRouteEntry