Uses of Interface
org.opentrafficsim.road.gtu.perception.object.PerceivedGtu.Behavior
Packages that use PerceivedGtu.Behavior
Package
Description
Interfaces and classes describing perceived objects.
-
Uses of PerceivedGtu.Behavior in org.opentrafficsim.road.gtu.perception.object
Methods in org.opentrafficsim.road.gtu.perception.object that return PerceivedGtu.BehaviorModifier and TypeMethodDescriptionPerceivedGtu.getBehavior()Returns information on the behavior.PerceivedGtuBase.getBehavior()PerceivedGtuSimple.getBehavior()static PerceivedGtu.BehaviorPerceivedGtu.Behavior.of(LaneBasedGtu gtu) Wraps a GTU and returns its behavior.static PerceivedGtu.BehaviorPerceivedGtu.Behavior.of(LaneBasedGtu gtu, org.djunits.value.vdouble.scalar.Duration time) Wraps a GTU and returns its behavior.static PerceivedGtu.BehaviorPerceivedGtu.Behavior.of(LaneBasedGtu gtu, org.djunits.value.vdouble.scalar.Duration time, GtuTypeAssumptions gtuTypeAssumptions) Wraps a GTU and returns its behavior.static PerceivedGtu.BehaviorPerceivedGtu.Behavior.of(LaneBasedGtu gtu, GtuTypeAssumptions gtuTypeAssumptions) Wraps a GTU and returns its behavior.Constructors in org.opentrafficsim.road.gtu.perception.object with parameters of type PerceivedGtu.BehaviorModifierConstructorDescriptionPerceivedGtuBase(String id, GtuType gtuType, org.djunits.value.vdouble.scalar.Length length, org.djunits.value.vdouble.scalar.Length width, PerceivedObject.Kinematics kinematics, PerceivedGtu.Signals signals, PerceivedGtu.Maneuver maneuver, PerceivedGtu.Behavior behavior) Constructor.