public interface ProfileStateStore
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(TransitStop transitStop) |
Collection<ProfileState> |
get(TransitStop tstop)
get the nondominated states at a particular vertex
|
Collection<ProfileState> |
getAll()
get all nondominated states
|
Collection<TransitStop> |
keys()
the transit stops represented
|
boolean |
put(ProfileState ps)
store a profile state, if it is not dominated.
|
int |
size()
the number of profile states stored
|
boolean put(ProfileState ps)
Collection<ProfileState> get(TransitStop tstop)
Collection<ProfileState> getAll()
int size()
Collection<TransitStop> keys()
boolean containsKey(TransitStop transitStop)
Copyright © 2019. All rights reserved.