Uses of Class
org.opentrafficsim.kpi.sampling.impl.TestLaneData
Packages that use TestLaneData
Package
Description
Test implementations of data interfaces, abstract sampler and simulator.
-
Uses of TestLaneData in org.opentrafficsim.kpi.sampling
Methods in org.opentrafficsim.kpi.sampling with parameters of type TestLaneDataModifier and TypeMethodDescriptionvoid
SamplerTest.trajectoryAcceptListTest
(TestSampler sampler, TestLaneData lane) Test trajectoryAcceptListTest. -
Uses of TestLaneData in org.opentrafficsim.kpi.sampling.impl
Methods in org.opentrafficsim.kpi.sampling.impl that return TestLaneDataModifier and TypeMethodDescriptionTestSampler.Entry.lane()
Returns the value of thelane
record component.Methods in org.opentrafficsim.kpi.sampling.impl that return types with arguments of type TestLaneDataMethods in org.opentrafficsim.kpi.sampling.impl with parameters of type TestLaneDataModifier and TypeMethodDescriptionvoid
TestSimulator.addEvent
(TestSampler sampler, org.djunits.value.vdouble.scalar.Time time, TestLaneData lane, boolean start) Add event.(package private) void
TestLinkData.addLane
(TestLaneData lane) Adds lane.void
TestSampler.finalizeRecording
(TestLaneData lane) void
TestSampler.initRecording
(TestLaneData lane) void
TestSampler.scheduleStartRecording
(org.djunits.value.vdouble.scalar.Time time, TestLaneData lane) void
TestSampler.scheduleStopRecording
(org.djunits.value.vdouble.scalar.Time time, TestLaneData lane) Constructors in org.opentrafficsim.kpi.sampling.impl with parameters of type TestLaneDataModifierConstructorDescriptionEntry
(org.djunits.value.vdouble.scalar.Time time, TestLaneData lane) Creates an instance of aEntry
record class.