Package | Description |
---|---|
org.opentripplanner.graph_builder.annotation |
Graph builder annotation classes represent errors or exceptional conditions encountered
during the graph bulding process.
|
org.opentripplanner.graph_builder.module.osm | |
org.opentripplanner.routing.graph | |
org.opentripplanner.visualizer |
This package contains classes used for visualizing OpenTripPlanner graphs.
|
Modifier and Type | Method and Description |
---|---|
Collection<GraphBuilderAnnotation> |
OSMDatabase.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
List<GraphBuilderAnnotation> |
Graph.getBuilderAnnotations() |
Modifier and Type | Method and Description |
---|---|
String |
Graph.addBuilderAnnotation(GraphBuilderAnnotation gba)
Add a graph builder annotation to this graph's list of graph builder annotations.
|
Modifier and Type | Method and Description |
---|---|
void |
ShowGraph.drawAnotation(GraphBuilderAnnotation anno) |
Copyright © 2019. All rights reserved.