Package | Description |
---|---|
org.opentripplanner.routing.services.notes |
Modifier and Type | Method and Description |
---|---|
Set<MatcherAndAlert> |
DynamicStreetNotesSource.getNotes(Edge edge)
Return the set of notes applicable for this state / backedge pair.
|
Set<MatcherAndAlert> |
StreetNotesSource.getNotes(Edge edge) |
Set<MatcherAndAlert> |
StaticStreetNotesSource.getNotes(Edge edge)
Return the set of notes applicable for this state / backedge pair.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicStreetNotesSource.setNotes(com.google.common.collect.SetMultimap<Edge,MatcherAndAlert> notes) |
Copyright © 2019. All rights reserved.