public class DynamicStreetNotesSource extends Object implements StreetNotesSource
Constructor and Description |
---|
DynamicStreetNotesSource() |
Modifier and Type | Method and Description |
---|---|
Set<MatcherAndAlert> |
getNotes(Edge edge)
Return the set of notes applicable for this state / backedge pair.
|
void |
setNotes(com.google.common.collect.SetMultimap<Edge,MatcherAndAlert> notes) |
public Set<MatcherAndAlert> getNotes(Edge edge)
getNotes
in interface StreetNotesSource
edge
- The edge for which the notes will be returned.public void setNotes(com.google.common.collect.SetMultimap<Edge,MatcherAndAlert> notes)
Copyright © 2019. All rights reserved.