Package | Description |
---|---|
org.opentripplanner.routing.impl | |
org.opentripplanner.routing.services |
Modifier and Type | Class and Description |
---|---|
class |
InputStreamGraphSource
The primary implementation of the GraphSource interface.
|
class |
MemoryGraphSource
An implementation of GraphSource that store a transient graph in memory.
|
Modifier and Type | Method and Description |
---|---|
GraphSource |
InputStreamGraphSource.FileFactory.createGraphSource(String routerId) |
Modifier and Type | Method and Description |
---|---|
GraphSource |
GraphSource.Factory.createGraphSource(String routerId) |
Modifier and Type | Method and Description |
---|---|
boolean |
GraphService.registerGraph(String routerId,
GraphSource graphSource)
Blocking method to associate the specified router ID with the corresponding graph source,
load it from appropriate source (serialized file, memory...), and enable its use in routing.
|
Copyright © 2019. All rights reserved.