Tabnine Logo
TripRouterModule.getConfig
Code IndexAdd Tabnine to your IDE (free)

How to use
getConfig
method
in
org.matsim.core.router.TripRouterModule

Best Java code snippets using org.matsim.core.router.TripRouterModule.getConfig (Showing top 1 results out of 315)

origin: matsim-org/matsim

install(new TransitRouterModule());
bind(SingleModeNetworksCache.class).asEagerSingleton();
PlansCalcRouteConfigGroup routeConfigGroup = getConfig().plansCalcRoute();
for (String mode : routeConfigGroup.getTeleportedModeFreespeedFactors().keySet()) {
  if (getConfig().transit().isUseTransit() && getConfig().transit().getTransitModes().contains(mode)) {
  addRoutingModuleBinding(mode).toProvider(new FreespeedFactorRouting(getConfig().plansCalcRoute().getModeRoutingParams().get(mode)));
  addRoutingModuleBinding(mode).toProvider(new BeelineTeleportationRouting(getConfig().plansCalcRoute().getModeRoutingParams().get(mode)));
boolean linkToLinkRouting = getConfig().controler().isLinkToLinkRoutingEnabled();
if (linkToLinkRouting) {
  bind(NetworkTurnInfoBuilderI.class).to(NetworkTurnInfoBuilder.class) ;
if (getConfig().transit().isUseTransit()) {
  for (String mode : getConfig().transit().getTransitModes()) {
    addRoutingModuleBinding(mode).toProvider(Transit.class);
org.matsim.core.routerTripRouterModulegetConfig

Popular methods of TripRouterModule

  • <init>
  • addRoutingModuleBinding
  • bind
  • install

Popular in Java

  • Start an intent from android
  • getExternalFilesDir (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now