Uses of Class
rgu.transport.geospatial.multimodal.JourneyState
Packages that use JourneyState
Package
Description
Multimodal geospatial data such as public transport networks.
-
Uses of JourneyState in rgu.transport.geospatial.multimodal
Methods in rgu.transport.geospatial.multimodal that return JourneyStateModifier and TypeMethodDescriptionstatic JourneyStateJourneyState.of(GeoLocation location, LocalDateTime time, boolean vehicle, boolean busPass) Returns a journey state for the given location and time.static JourneyStateJourneyState.of(GeoLocation location, LocalDateTime time, boolean vehicle, boolean busPass, boolean artificial) Returns a journey state for the given location and time.static JourneyStateJourneyState.of(GeoLocation location, LocalDateTime time, boolean vehicle, boolean busPass, boolean artificial, String hiddenMetaData) static JourneyStateJourneyState.of(GeoLocation location, LocalDateTime time, boolean vehicle, boolean busPass, String hiddenMetaData) static JourneyStateJourneyState.of(JourneyPosition position, LocalDateTime time) Returns a journey state for the given location and time.static JourneyStateJourneyState.of(JourneyPosition position, LocalDateTime start, Duration duration) Methods in rgu.transport.geospatial.multimodal that return types with arguments of type JourneyStateModifier and TypeMethodDescriptionstatic Predicate<JourneyState> JourneyState.atLocation(GeoLocation location) Creates a predicate which matches any JourneyState which is at the specified location.static Predicate<JourneyState> JourneyState.atLocation(GeoLocation location, boolean vehicle) Creates a predicate which matches any JourneyState which is at the specified location with the specified vehicle state.TransitNetwork.spatialTemporalGraph()TransitNetwork.spatialTemporalGraph(boolean freeArtificial) TransitNetwork.spatialTemporalGraph(Map<GeoLocation, List<Trip>> extra) TransitNetwork.spatialTemporalGraph(Map<GeoLocation, List<Trip>> extra, boolean freeArtificial)