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 TypeMethodDescriptionvoidSamplerTest.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 thelanerecord 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 TypeMethodDescriptionvoidTestSimulator.addEvent(TestSampler sampler, org.djunits.value.vdouble.scalar.Time time, TestLaneData lane, boolean start) Add event.(package private) voidTestLinkData.addLane(TestLaneData lane) Adds lane.voidTestSampler.finalizeRecording(TestLaneData lane) voidTestSampler.initRecording(TestLaneData lane) voidTestSampler.scheduleStartRecording(org.djunits.value.vdouble.scalar.Time time, TestLaneData lane) voidTestSampler.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 aEntryrecord class.