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:
getIdin interfaceorg.djutils.base.Identifiable
-
getLength
public org.djunits.value.vdouble.scalar.Length getLength()- Specified by:
getLengthin interfaceLaneData<TestLaneData>
-
getLinkData
- Specified by:
getLinkDatain interfaceLaneData<TestLaneData>
-