Uses of Class
org.opentrafficsim.kpi.sampling.impl.TestSampler
Packages that use TestSampler
Package
Description
Test implementations of data interfaces, abstract sampler and simulator.
-
Uses of TestSampler in org.opentrafficsim.kpi.sampling
Methods in org.opentrafficsim.kpi.sampling with parameters of type TestSamplerModifier and TypeMethodDescriptionvoid
SamplerTest.crossSectionTest
(TestSampler sampler, TestLinkData link) Test FilterDataCrossSection.void
SamplerTest.trajectoryAcceptListTest
(TestSampler sampler, TestLaneData lane) Test trajectoryAcceptListTest. -
Uses of TestSampler in org.opentrafficsim.kpi.sampling.impl
Methods in org.opentrafficsim.kpi.sampling.impl with parameters of type TestSamplerModifier and TypeMethodDescriptionvoid
TestSimulator.addEvent
(TestSampler sampler, org.djunits.value.vdouble.scalar.Time time, TestLaneData lane, boolean start) Add event.