Class TestLaneData
java.lang.Object
org.opentrafficsim.kpi.sampling.impl.TestLaneData
- All Implemented Interfaces:
org.djutils.base.Identifiable
,LaneData<TestLaneData>
Test LaneData class.
-
Constructor Summary
ConstructorsConstructorDescriptionTestLaneData
(String id, org.djunits.value.vdouble.scalar.Length length, TestLinkData link) constructor. -
Method Summary
-
Constructor Details
-
TestLaneData
constructor.- Parameters:
id
- idlength
- lengthlink
- link
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceorg.djutils.base.Identifiable
-
getLength
public org.djunits.value.vdouble.scalar.Length getLength()- Specified by:
getLength
in interfaceLaneData<TestLaneData>
-
getLinkData
- Specified by:
getLinkData
in interfaceLaneData<TestLaneData>
-