| Package | Description |
|---|---|
| org.opentripplanner.graph_builder.module.osm | |
| org.opentripplanner.routing.services.notes |
| Modifier and Type | Field and Description |
|---|---|
NoteMatcher |
NoteProperties.noteMatcher |
| Modifier and Type | Method and Description |
|---|---|
T2<Alert,NoteMatcher> |
NoteProperties.generateNote(OSMWithTags way) |
Set<T2<Alert,NoteMatcher>> |
WayPropertySet.getNoteForWay(OSMWithTags way) |
| Modifier and Type | Method and Description |
|---|---|
void |
WayPropertySet.createNotes(String spec,
String patternKey,
NoteMatcher matcher) |
| Constructor and Description |
|---|
NoteProperties(String notePattern,
NoteMatcher noteMatcher) |
| Modifier and Type | Field and Description |
|---|---|
static NoteMatcher |
StreetNotesService.ALWAYS_MATCHER |
static NoteMatcher |
StreetNotesService.BICYCLE_MATCHER |
static NoteMatcher |
StreetNotesService.DRIVING_MATCHER |
static NoteMatcher |
StreetNotesService.WHEELCHAIR_MATCHER |
| Modifier and Type | Method and Description |
|---|---|
NoteMatcher |
MatcherAndAlert.getMatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreetNotesService.addStaticNote(Edge edge,
Alert note,
NoteMatcher matcher) |
| Constructor and Description |
|---|
MatcherAndAlert(NoteMatcher matcher,
Alert note) |
Copyright © 2018. All rights reserved.