Uses of Interface
org.opentrafficsim.road.gtu.lane.perception.object.PerceivedObject.Kinematics
Packages that use PerceivedObject.Kinematics
Package
Description
Interfaces and classes describing perceived objects.
-
Uses of PerceivedObject.Kinematics in org.opentrafficsim.road.gtu.lane.perception.object
Classes in org.opentrafficsim.road.gtu.lane.perception.object that implement PerceivedObject.KinematicsModifier and TypeClassDescriptionstatic final recordRecord storing kinematics information.Methods in org.opentrafficsim.road.gtu.lane.perception.object that return PerceivedObject.KinematicsModifier and TypeMethodDescriptionstatic PerceivedObject.KinematicsPerceivedObject.Kinematics.dynamicAhead(Length distance, Speed objectSpeed, Acceleration objectAcceleration, boolean facingSameDirection, Length objectLength, Length referenceLength) Return kinematics for a dynamic object ahead.static PerceivedObject.KinematicsPerceivedObject.Kinematics.dynamicBehind(Length distance, Speed objectSpeed, Acceleration objectAcceleration, boolean facingSameDirection, Length objectLength, Length referenceLength) Return kinematics for a dynamic object behind.PerceivedObject.getKinematics()Returns information on the kinematics of the perceived object.PerceivedObjectBase.getKinematics()static PerceivedObject.KinematicsPerceivedObject.Kinematics.staticAhead(Length distance) Return kinematics for a static object at given distance ahead.static PerceivedObject.KinematicsPerceivedObject.Kinematics.staticBehind(Length distance) Return kinematics for a static object at given distance behind.Methods in org.opentrafficsim.road.gtu.lane.perception.object with parameters of type PerceivedObject.KinematicsModifier and TypeMethodDescriptionstatic PerceivedGtuPerceivedGtu.of(LaneBasedGtu gtu, PerceivedObject.Kinematics kinematics) Returns perceived GTU with given kinematics.static PerceivedGtuPerceivedGtu.of(LaneBasedGtu gtu, PerceivedObject.Kinematics kinematics, Duration time) Returns perceived GTU at the given time with given kinematics.static PerceivedGtuSimplePerceivedGtuSimple.of(LaneBasedGtu gtu, PerceivedObject.Kinematics kinematics) Returns perceived GTU with given kinematics, but withoutBehavior.Constructors in org.opentrafficsim.road.gtu.lane.perception.object with parameters of type PerceivedObject.KinematicsModifierConstructorDescriptionPerceivedGtuBase(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.PerceivedLaneBasedObjectBase(String id, PerceivedObject.ObjectType objectType, Length length, PerceivedObject.Kinematics kinematics, Lane lane) Constructor.PerceivedObjectBase(String id, PerceivedObject.ObjectType objectType, Length length, PerceivedObject.Kinematics kinematics) Constructor.