Class AddPathBestNPathSelection
java.lang.Object
org.opendaylight.protocol.bgp.mode.impl.add.n.paths.AddPathBestNPathSelection
- All Implemented Interfaces:
 AutoCloseable,PathSelectionMode
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()<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>> 
RouteEntry<C,S> Create a RouteEntry. 
- 
Constructor Details
- 
AddPathBestNPathSelection
public AddPathBestNPathSelection(int npaths)  
 - 
 - 
Method Details
- 
close
public void close()- Specified by:
 closein interfaceAutoCloseable
 - 
createRouteEntry
public <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>> RouteEntry<C,S> createRouteEntry()Description copied from interface:PathSelectionModeCreate a RouteEntry.- Specified by:
 createRouteEntryin interfacePathSelectionMode- Returns:
 - ComplexRouteEntry if is complex otherwise a SimpleRouteEntry
 
 
 -