Package com.graphhopper.matching
Class ObservationWithCandidateStates
java.lang.Object
com.graphhopper.matching.ObservationWithCandidateStates
-
Field Summary
FieldsModifier and TypeFieldDescriptionState candidates at this time step.final ObservationObservation made at this time step. -
Constructor Summary
ConstructorsConstructorDescriptionObservationWithCandidateStates(Observation observation, List<State> candidates) -
Method Summary
-
Field Details
-
observation
Observation made at this time step. -
candidates
State candidates at this time step.
-
-
Constructor Details
-
ObservationWithCandidateStates
-