public interface RoutingAlgorithmFactoryDecorator
| Modifier and Type | Method and Description |
|---|---|
RoutingAlgorithmFactory |
getDecoratedAlgorithmFactory(RoutingAlgorithmFactory algoFactory,
HintsMap optionsMap)
This method returns the specified algoFactory unchanged, decorates it or completely replaces
it depending on the specified optionsMap.
|
void |
init(CmdArgs args) |
boolean |
isEnabled() |
void init(CmdArgs args)
boolean isEnabled()
RoutingAlgorithmFactory getDecoratedAlgorithmFactory(RoutingAlgorithmFactory algoFactory, HintsMap optionsMap)
Copyright © 2012–2018. All rights reserved.