Class LaneTest.MockLaneBasedObject
java.lang.Object
org.opentrafficsim.road.network.lane.LaneTest.MockLaneBasedObject
- Enclosing class:
- LaneTest
Mock a LaneBasedObject.
-
Constructor Summary
ConstructorsConstructorDescriptionMockLaneBasedObject
(String id, Length position) Construct a new Mocked Detector. -
Method Summary
-
Constructor Details
-
MockLaneBasedObject
Construct a new Mocked Detector.- Parameters:
id
- String; result of the getId() method of the mocked Detectorposition
- Length; result of the getLongitudinalPosition of the mocked Detector
-
-
Method Details