public static class McRaptorSuboptimalPathProfileRouter.McRaptorStateBag extends Object
| Constructor and Description |
|---|
McRaptorStateBag(Supplier<DominatingList> factory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(McRaptorSuboptimalPathProfileRouter.McRaptorState state)
try adding state to the best DominatingList, and to the nonTransfer dominating list if the last step in
this state was not a transfer
|
Collection<McRaptorSuboptimalPathProfileRouter.McRaptorState> |
getBestStates() |
Collection<McRaptorSuboptimalPathProfileRouter.McRaptorState> |
getNonTransferStates() |
public McRaptorStateBag(Supplier<DominatingList> factory)
public boolean add(McRaptorSuboptimalPathProfileRouter.McRaptorState state)
public Collection<McRaptorSuboptimalPathProfileRouter.McRaptorState> getBestStates()
public Collection<McRaptorSuboptimalPathProfileRouter.McRaptorState> getNonTransferStates()
Copyright © 2019. All rights reserved.