Uses of Interface
org.opentrafficsim.road.gtu.lane.perception.object.PerceivedGtu.Signals
Packages that use PerceivedGtu.Signals
Package
Description
Interfaces and classes describing perceived objects.
-
Uses of PerceivedGtu.Signals in org.opentrafficsim.road.gtu.lane.perception.object
Classes in org.opentrafficsim.road.gtu.lane.perception.object that implement PerceivedGtu.SignalsModifier and TypeClassDescriptionstatic final recordRecord storing signals information.Fields in org.opentrafficsim.road.gtu.lane.perception.object declared as PerceivedGtu.SignalsModifier and TypeFieldDescriptionstatic final PerceivedGtu.SignalsPerceivedGtu.Signals.NONEInstance with no signals.Methods in org.opentrafficsim.road.gtu.lane.perception.object that return PerceivedGtu.SignalsModifier and TypeMethodDescriptionPerceivedGtu.getSignals()Returns information on the signals.PerceivedGtuSimple.getSignals()static PerceivedGtu.SignalsPerceivedGtu.Signals.of(LaneBasedGtu gtu) Wraps a GTU and returns its signals.static PerceivedGtu.SignalsPerceivedGtu.Signals.of(LaneBasedGtu gtu, Duration time) Wraps a GTU and returns its signals.Constructors in org.opentrafficsim.road.gtu.lane.perception.object with parameters of type PerceivedGtu.SignalsModifierConstructorDescriptionPerceivedGtuBase(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.