Uses of Interface
org.opentrafficsim.road.gtu.lane.perception.object.PerceivedGtu.Maneuver
Packages that use PerceivedGtu.Maneuver
Package
Description
Interfaces and classes describing perceived objects.
-
Uses of PerceivedGtu.Maneuver in org.opentrafficsim.road.gtu.lane.perception.object
Classes in org.opentrafficsim.road.gtu.lane.perception.object that implement PerceivedGtu.ManeuverModifier and TypeClassDescriptionstatic final recordRecord storing signals information.Fields in org.opentrafficsim.road.gtu.lane.perception.object declared as PerceivedGtu.ManeuverModifier and TypeFieldDescriptionstatic final PerceivedGtu.ManeuverPerceivedGtu.Maneuver.NONEInstance with no signals.Methods in org.opentrafficsim.road.gtu.lane.perception.object that return PerceivedGtu.ManeuverModifier and TypeMethodDescriptionPerceivedGtu.getManeuver()Returns information on the maneuver.PerceivedGtuSimple.getManeuver()static PerceivedGtu.ManeuverPerceivedGtu.Maneuver.of(LaneBasedGtu gtu) Wraps a GTU and returns its signals.static PerceivedGtu.ManeuverPerceivedGtu.Maneuver.of(LaneBasedGtu gtu, Duration time) Wraps a GTU and returns its maneuver at given time.Constructors in org.opentrafficsim.road.gtu.lane.perception.object with parameters of type PerceivedGtu.ManeuverModifierConstructorDescriptionPerceivedGtuBase(String id, GtuType gtuType, Length length, Length width, PerceivedObject.Kinematics kinematics, PerceivedGtu.Signals signals, PerceivedGtu.Maneuver maneuver, PerceivedGtu.Behavior behavior) Constructor.PerceivedGtuSimple(String id, GtuType gtuType, Length length, Length width, PerceivedObject.Kinematics kinematics, PerceivedGtu.Signals signals, PerceivedGtu.Maneuver maneuver) Constructor.