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 TestLaneDataModifier and TypeMethodDescriptionTestLinkData.getLanes()Returns the value of thegetLanesrecord component.Methods in org.opentrafficsim.kpi.sampling.impl with parameters of type TestLaneDataModifier and TypeMethodDescriptionvoidTestSimulator.addEvent(TestSampler sampler, Duration time, TestLaneData lane, boolean start) Add event.voidTestSampler.finalizeRecording(TestLaneData lane) voidTestSampler.initRecording(TestLaneData lane) voidTestSampler.scheduleStartRecording(Duration time, TestLaneData lane) voidTestSampler.scheduleStopRecording(Duration time, TestLaneData lane) Constructors in org.opentrafficsim.kpi.sampling.impl with parameters of type TestLaneDataModifierConstructorDescriptionEntry(Duration time, TestLaneData lane) Creates an instance of aEntryrecord class.Constructor parameters in org.opentrafficsim.kpi.sampling.impl with type arguments of type TestLaneDataModifierConstructorDescriptionTestLinkData(String getId, Length getLength, List<TestLaneData> getLanes) Creates an instance of aTestLinkDatarecord class.