Uses of Class
org.opentrafficsim.kpi.sampling.impl.TestLinkData
Packages that use TestLinkData
Package
Description
Test implementations of data interfaces, abstract sampler and simulator.
-
Uses of TestLinkData in org.opentrafficsim.kpi.sampling
Methods in org.opentrafficsim.kpi.sampling with parameters of type TestLinkDataModifier and TypeMethodDescriptionvoid
SamplerTest.crossSectionTest
(TestSampler sampler, TestLinkData link) Test FilterDataCrossSection. -
Uses of TestLinkData in org.opentrafficsim.kpi.sampling.impl
Methods in org.opentrafficsim.kpi.sampling.impl that return TestLinkDataConstructors in org.opentrafficsim.kpi.sampling.impl with parameters of type TestLinkDataModifierConstructorDescriptionTestLaneData
(String id, org.djunits.value.vdouble.scalar.Length length, TestLinkData link) constructor.